From 80bfaa3e40ae6ab00cc3d4d1f4c0eeefce0b1a96 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 18 Aug 2000 15:08:37 +0000 Subject: 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 --- debugfs/debugfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debugfs/debugfs.c') diff --git a/debugfs/debugfs.c b/debugfs/debugfs.c index 12f2ce13..c847fc65 100644 --- a/debugfs/debugfs.c +++ b/debugfs/debugfs.c @@ -337,7 +337,7 @@ static void finish_range(struct list_blocks_struct *lb) if (lb->first) lb->first = 0; else - printf(", "); + fprintf(lb->f, ", "); if (lb->first_block == lb->last_block) fprintf(lb->f, "(%d):%d", lb->first_bcnt, lb->first_block); else -- cgit v1.2.3