Whamcloud - gitweb
ChangeLog, e2fsck.8.in, e2fsck.h, pass5.c, unix.c:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 7 May 1998 05:02:00 +0000 (05:02 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 7 May 1998 05:02:00 +0000 (05:02 +0000)
commitefac9a1b8d87d753b1c7989d9c05979c3c9c1a53
tree40f9733cdc00194ee320ee9deef34b5ea2b77351
parent353952d15773b4ebb0096b535eea0d8e25828498
ChangeLog, e2fsck.8.in, e2fsck.h, pass5.c, unix.c:
  unix.c (PRS): Added new option -C, which causes e2fsck to print
   progress updates so that callers can keep track of the completion
   progress of e2fsck.  Designed for use by progress, except for -C 0,
   which prints a spinning report which may be useful for some users.
  pass5.c (e2fsck_pass5): Use a finer-grained progress reporting scheme
   (useful for larger filesystems).
  e2fsck.h: Add progress_fd and progress_pos, for use by the Unix
   progress reporting functions.
e2fsck/ChangeLog
e2fsck/e2fsck.8.in
e2fsck/e2fsck.h
e2fsck/pass5.c
e2fsck/unix.c