Whamcloud - gitweb
ChangeLog, e2fsck.8.in, e2fsck.h, pass3.c, pass4.c, super.c:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 16 Feb 1998 22:34:46 +0000 (22:34 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 16 Feb 1998 22:34:46 +0000 (22:34 +0000)
commit4313932cd77c9323fbfe4cacf4d1dc84c95a39de
tree6528df441d8a7ee869548595020dac89024f31d8
parent92bcc595dcb31ad15e12d8c72e6edfc70545c204
ChangeLog, e2fsck.8.in, e2fsck.h, pass3.c, pass4.c, super.c:
  e2fsck.h: Add new field, priv_data to the e2fsck context structure.
   It should be used by callers of the e2fsck functions only, and not by
   anything in e2fsck itself.
  super.c: Instead of call ext2fs_get_device_size(), define and call
   e2fsck_get_device_size().  (This function may be stubbed out in
   special versions of e2fsck.)
  pass3.c, pass4.c: Remove extra calls to the progress function that
   weren't needed.
  mke2fs.8.in: Update man page to note that the format of the bad block
   file is the same as the one generated by badblocks.
e2fsck/ChangeLog
e2fsck/e2fsck.8.in
e2fsck/e2fsck.h
e2fsck/pass3.c
e2fsck/pass4.c
e2fsck/super.c