]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - debugfs/debugfs.c
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Fri, 18 Aug 2000 15:08:37 +0000 (15:08 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 18 Aug 2000 15:08:37 +0000 (15:08 +0000)
commit80bfaa3e40ae6ab00cc3d4d1f4c0eeefce0b1a96
treee7aff65d1b0b1113cb46738d1bcc519ce93c5de7
parentbd09eff9b2caaa3539c3ed119a067782714bffa2
Many files:
  Makefile.in: Update the make dependencies
  problem.c, problem.h: Add the problem codes:
   PR_0_ORPHAN_ILLEGAL_BLOCK_NUM, PR_0_ORPHAN_ALREADY_CLEARED_BLOCK,
   PR_0_ORPHAN_ILLEGAL_HEAD_INODE, PR_0_ORPHAN_ILLEGAL_INODE,
   PR_0_ORPHAN_INODE_INUSE
  super.c (release_inode_blocks, release_orphan_inodes,
   check_super_block): Add support for clearing orphaned inodes from the
   unmounted filesystem.
  journal.c (e2fsck_recover_ext3_journal): Remove the last orphan check;
   this is now handled in check_super_block --- non-journaled filesystems
   can use the orphan list in the future.  Also, move the the re-opening
   of the filesystem to e2fsck_run_ext3_journal().
debugfs.c:
  debugfs.c (finish_range): Make sure the pager FILE pointer to use.
configure, configure.in, ChangeLog:
  configure.in (JFS_DEBUG): Add support for --enable-jfs-debug
12 files changed:
ChangeLog
configure
configure.in
debugfs/debugfs.c
e2fsck/ChangeLog
e2fsck/Makefile.in
e2fsck/journal.c
e2fsck/message.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/super.c
e2fsck/unix.c