Whamcloud - gitweb
ChangeLog, journal.c, problem.c, problem.h:
authorTheodore Ts'o <tytso@mit.edu>
Wed, 23 May 2001 22:19:47 +0000 (22:19 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 23 May 2001 22:19:47 +0000 (22:19 +0000)
commitc7f23364fd6d8d25d74e51ba5f342fc2230048d8
tree3af384351318575e995e275aa2774bb5104c0984
parent4ed8ebe2684aa3863ce8286d29195baf5e879876
ChangeLog, journal.c, problem.c, problem.h:
  journal.c (e2fsck_journal_reset_super): Fix bug; the reset journal
   wasn't getting written out to disk since the dirty bit wasn't being
   set on the buffer.
   (e2fsck_journal_load): Don't print an error message if the journal
   version number is wrong; just return a error code reflecting this
   fact.  If the block type in the journal superblcok is obviously not a
   version number, report the journal is corrupted.
   (e2fsck_check_ext3_journal): On an unsupported journal version, prompt
   to abort by default, but then offer a chance to clear the journal as
   corrupt.
  problem.c, problem.h (PR_0_JOURNAL_UNSUPP_VERSION): Added new problem code.
e2fsck/ChangeLog
e2fsck/journal.c
e2fsck/problem.c
e2fsck/problem.h