Whamcloud - gitweb
e2fsck: skip clearing bad extents if bitmaps are unreadable
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 18 Jul 2014 22:53:04 +0000 (15:53 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 22 Jul 2014 17:57:28 +0000 (13:57 -0400)
commit27a129f3c20a2c785741a2001532a78f49445be9
treedb1ef16590ed0a50fbab046e6e05c2169a257240
parentc4c93e2d74297b5c8eaf9611937e6797997c1f79
e2fsck: skip clearing bad extents if bitmaps are unreadable

If the bitmaps are known to be unreadable, don't bother clearing them;
just mark fsck to restart itself after pass 5, by which time the
bitmaps should be fixed.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass1.c