Whamcloud - gitweb
ChangeLog, e2fsck.h, journal.c, problem.c, problem.h, super.c:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 14 May 2001 04:06:56 +0000 (04:06 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 14 May 2001 04:06:56 +0000 (04:06 +0000)
commit424cd2beb7c40a3e4cf96b5bf28b24e48554a754
tree0168d096dbd176ed10bf2ef2b55be9559534a0e2
parenta777397e228243cdc35056b14956db7280b0844c
ChangeLog, e2fsck.h, journal.c, problem.c, problem.h, super.c:
  super.c (check_super_block): Be more strict on checking
   s_r_blocks_count superblock field.
  problem.c, problem.h (PR_0_JOURNAL_UNSUPP_ROCOMPAT,
   PR_0_JOURNAL_UNSUPP_INCOMPAT, PR_0_JOURNAL_RESET_COMPAT): New problem
   codes.
  journal.c (e2fsck_journal_load): Use a problem code to report
   unsupported feature flags.  There is code to clear unsupported flags,
   but since this is dangerous, it's not allowed in the problem code
   table.
  journal.c (e2fsck_journal_reset_super): initialize the journal
   sequence number to a random value to avoid recovering bad transactions
   from a corrupt journal.
e2fsck/ChangeLog
e2fsck/e2fsck.h
e2fsck/journal.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/super.c