commit | d1b9d835b5dae66e5239e432b2fc8b44b41ea318 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@us.ibm.com> | Mon Jul 30 19:10:04 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jul 30 19:10:04 2012 -0400 |
tree | 4090ccd34a8bfc0d2676389d0a9b4e1fd56bc436 | |
parent | da670fe0b52babe9721457039c66aefd1d9818a7 [diff] |
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>