Whamcloud - gitweb
ChangeLog, pass1.c, problem.c, problem.h:
authorTheodore Ts'o <tytso@mit.edu>
Fri, 12 Jan 2001 21:53:25 +0000 (21:53 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Jan 2001 21:53:25 +0000 (21:53 +0000)
commita9ca2016e14b5b56e5f0b61a73d52c4caee718bc
tree9dc8f3ef8564e645bd9f232ce06add9407b9a0be
parent37b6b2975f5f2422c26f1598a23253df76f02814
ChangeLog, pass1.c, problem.c, problem.h:
  pass1.c (e2fsck_pass1): Cap the maximum legal size of a file by the
   limit caused by the fact that i_blocks is in 512 byte units, and that
   the Linux buffer cache also fundamentally assumes 512 byte sectors.
   Make sure that the journal inode is a regular file, and when clearing
   an unused journal inode, make sure the icount db is updated.
  problem.c, problem.h (PR_1_JOURNAL_BAD_MODE): Add new problem code.
ChangeLog, journal.c:
  journal.c (e2fsck_journal_fix_unsupported_super): Remove unused
   function.  Add FIXME notes to e2fsck_get_journal(), from Andreas
   Dilger.
e2fsck/ChangeLog
e2fsck/journal.c
e2fsck/pass1.c
e2fsck/problem.c
e2fsck/problem.h