Whamcloud - gitweb
e2fsck: don't offer to recreate the journal if fsck is aborting due to bad block...
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 22 Jul 2014 17:54:54 +0000 (13:54 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 22 Jul 2014 17:54:54 +0000 (13:54 -0400)
commitc4c93e2d74297b5c8eaf9611937e6797997c1f79
tree42a409e9c560fef175e45298a0dfbab265aca430
parent88e172a942c8d0135ea7a73ab4a6a363ba24b09c
e2fsck: don't offer to recreate the journal if fsck is aborting due to bad block bitmaps

If e2fsck knows the bitmaps are bad at the exit (probably because they
were bad at the start and have not been fixed), don't offer to
recreate the journal because doing so causes e2fsck to abort a second
time.

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