Whamcloud - gitweb
e2fsck: don't abort if the journal is corrupted due to checksum errors
authorTheodore Ts'o <tytso@mit.edu>
Sat, 16 Apr 2016 01:09:24 +0000 (21:09 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 16 Apr 2016 01:09:24 +0000 (21:09 -0400)
commit27ce779d8c424629793b418bfc23578dcf67de12
tree72c20b603fb125531069b23f9ec35628c8d1ac65
parent24b8916a6204e3f129b8bf84dfa275820e5e9775
e2fsck: don't abort if the journal is corrupted due to checksum errors

If e2fsck_run_ext3_journal() returns an error indicating that a CRC
error was detected, we shouldn't abort, but instead proceed so the
file system can be fixed.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/unix.c