Whamcloud - gitweb
ChangeLog, Makefile.in, e2fsck.h, journal.c, unix.c:
authorTheodore Ts'o <tytso@mit.edu>
Fri, 7 Jul 2000 04:13:21 +0000 (04:13 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 7 Jul 2000 04:13:21 +0000 (04:13 +0000)
commit17390c047f5470eec005c5461a7926d03d6bbbe7
tree6e5da1202ff6c746f9f877413089b33b5c08bc66
parent19c689196bcd90510070b50cd08d0e962fe8311c
ChangeLog, Makefile.in, e2fsck.h, journal.c, unix.c:
  unix.c (check_if_skip): Modify algorithm for checking s_max_mnt_count
   to match with the kernel.  (If s_max_mnt_count is negative, ignore the
   mnt_count check.)
  unix.c (e2fsck_update_progress): Adjust the width of the progress bar
   dynamically, based on the filesystem name that we need to display.
  unix.c (main): If the ext3 needs_recovery flag is set, call
   e2fsck_run_ext3_journal() and then restart the e2fsck run.
  journal.c (e2fsck_run_ext3_journal): New file which contains logic to
   recover the ext3 journal.  This version relies on the kernel being
   able to mount the filesystem in order to run the journal.
e2fsck/ChangeLog
e2fsck/Makefile.in
e2fsck/e2fsck.h
e2fsck/journal.c [new file with mode: 0644]
e2fsck/unix.c