]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/dirinfo.c
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Fri, 14 Nov 1997 05:23:04 +0000 (05:23 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 14 Nov 1997 05:23:04 +0000 (05:23 +0000)
commitf8188fff23dc2d9c9f858fb21264e46b17672825
tree003f979b0273e095a216787bff3cb14fc7dfb99b
parentd36d835b48f3c280b254a9ca6d519d5c97d14ad4
Many files:
  pass1.c, pass2.c, pass3.c, pass4.c, pass5.c: Add calls to the progress
   indicator function.
  pass1.c (scan_callback): Add call to the progress feedback function
   (if it exists).
  super.c (check_super_block): Skip the device size check if the
   get_device_size returns EXT2_EXT_UNIMPLEMENTED.
  iscan.c (main): Don't use fatal_error() anymore.
  pass1b.c, swapfs.c, badblocks.c: Set E2F_FLAG_ABORT instead of calling
   fatal_error(0).
  problem.c, pass3.c (PR_3_ROOT_NOT_DIR_ABORT,
   PR_3_NO_ROOT_INODE_ABORT): New problem codes.
  problem.c, pass2.c (PR_2_SPLIT_DOT): New problem code.
  problem.c, pass1.c (PR_1_SUPPRESS_MESSAGES): New problem code.
  problemP.h: New file which separates out the private fix_problem data
   structures.
  util.c, dirinfo.c, pass1.c, pass1b.c, pass2.c, pass5.c, super.c,
   swapfs.c util.c: allocate_memory() now takes a e2fsck context as its
   first argument, and rename it to be e2fsck_allocate_memory().
problemP.h:
  New file which contains the private problem abstraction definitions.
Makefile.pq:
  Remove include of MAKEFILE.STD, which doesn't exist at this point.
23 files changed:
e2fsck/ChangeLog
e2fsck/Makefile.pq
e2fsck/badblocks.c
e2fsck/dirinfo.c
e2fsck/e2fsck.h
e2fsck/iscan.c
e2fsck/message.c
e2fsck/pass1.c
e2fsck/pass1b.c
e2fsck/pass2.c
e2fsck/pass3.c
e2fsck/pass4.c
e2fsck/pass5.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/problemP.h [new file with mode: 0644]
e2fsck/super.c
e2fsck/swapfs.c
e2fsck/unix.c
e2fsck/util.c
lib/ext2fs/Makefile.pq
resize/Makefile.pq
util/Makefile.pq