OSDN Git Service

ChangeLog, e2fsck.c, pass2.c, pass3.c, unix.c:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 1 Aug 1998 04:18:06 +0000 (04:18 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 1 Aug 1998 04:18:06 +0000 (04:18 +0000)
commitf75c28de4731c2cd09f6ca1a23e25c968a1edc2f
treef880e8d7e8b368134ec254303d904616543be47c
parent91d6d486d259b6eb08e4999025b9ef2b097d3495
ChangeLog, e2fsck.c, pass2.c, pass3.c, unix.c:
  pass2.c (e2fsck_pass2): Fix the progress accounting so that we get to
   100%.
  pass3.c (e2fsck_pass3): Change progress accounting to be consistent
   with the other e2fsck passes.
  e2fsck.c (e2fsck_run): At the end of each pass, call the progress
   function with the pass number set to zero.
  unix.c (e2fsck_update_progress): If the pass number is zero, ignore
   the call, since that indicates that we just want to deallocate any
   progress structures.
emptydir.c:
  Commit partially done file.
ChangeLog, badblocks.c:
  badblocks.c (ext2fs_badblocks_list_add): Use a bigger increment than
   10 blocks when we need to expand the size of the badblocks list.
e2fsck/ChangeLog
e2fsck/e2fsck.c
e2fsck/emptydir.c [new file with mode: 0644]
e2fsck/pass2.c
e2fsck/pass3.c
e2fsck/unix.c
lib/ext2fs/ChangeLog
lib/ext2fs/badblocks.c