]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 19 Jul 1999 15:27:37 +0000 (15:27 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 19 Jul 1999 15:27:37 +0000 (15:27 +0000)
commit5596defa1e212242c1bf1b028139143fbb7777a0
tree611585743f9f67fe1a42167f6094941fed54da8a
parent9f10a7b31e57288093930fc9565102409eeac6e9
Many files:
  unix.c: Add support for calculating a progress bar if the -C0 option
   is given.  The function e2fsck_clear_progbar() clears the progress bar
   and must be called before any message is issued.  SIGUSR1 will enable
   the progress bar, and SIGUSR2 will disable the progress bar.  This is
   used by fsck to handle parallel filesystem checks.  Also, set the
   device_name from the filesystem label if it is available.
  e2fsck.h: Add new flags E2F_FLAG_PROG_BAR and E2F_FLAG_PROG_SUPRESS.
   Add new field in the e2fsck structure which contains the last tenth of
   a percent printed for the user.
  message.c (print_e2fsck_message): Add call to e2fsck_clear_progbar().
  pass1.c (e2fsck_pass1):
  pass2.c (e2fsck_pass2):
  pass3.c (e2fsck_pass3):
  pass4.c (e2fsck_pass4):
  pass5.c (e2fsck_pass5): Add call to e2fsck_clear_progbar when printing
   the resource tracking information.
  pass5.c (check_block_bitmaps, check_inode_bitmaps): If there is an
   error in the bitmaps, suppress printing the progress bar using the
   suppression flag for the remainder of the check, in order to clean up
   the display.
e2fsck/ChangeLog
e2fsck/e2fsck.8.in
e2fsck/e2fsck.h
e2fsck/message.c
e2fsck/pass1.c
e2fsck/pass2.c
e2fsck/pass3.c
e2fsck/pass4.c
e2fsck/pass5.c
e2fsck/unix.c