diff options
author | Theodore Ts'o <tytso@mit.edu> | 2000-08-18 15:08:37 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2000-08-18 15:08:37 +0000 |
commit | 80bfaa3e40ae6ab00cc3d4d1f4c0eeefce0b1a96 (patch) | |
tree | e7aff65d1b0b1113cb46738d1bcc519ce93c5de7 /ChangeLog | |
parent | bd09eff9b2caaa3539c3ed119a067782714bffa2 (diff) | |
download | e2fsprogs-80bfaa3e40ae6ab00cc3d4d1f4c0eeefce0b1a96.tar.gz |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-08-18 <tytso@valinux.com> + + * configure.in (JFS_DEBUG): Add support for --enable-jfs-debug + 2000-08-14 <tytso@valinux.com> * e2fsprogs.spec (Summary): Add description of resize2fs to the |