]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/util.c
e2fsck: don't verify bitmap checksums
authorDarrick J. Wong <djwong@us.ibm.com>
Mon, 30 Jul 2012 23:10:04 +0000 (19:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 30 Jul 2012 23:10:04 +0000 (19:10 -0400)
commitd1b9d835b5dae66e5239e432b2fc8b44b41ea318
tree4090ccd34a8bfc0d2676389d0a9b4e1fd56bc436
parentda670fe0b52babe9721457039c66aefd1d9818a7
e2fsck: don't verify bitmap checksums

Since the correct inode and block bitmaps are calculated in pass 5,
don't fail the bitmap read operation in prior passes since (a)
incorrect results won't kill us and (b) if we fail early, we'll never
_get_ to pass 5.

Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/util.c