diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-10-03 17:48:10 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-10-03 17:48:10 +0000 |
commit | 1b6bf1759af884957234b7dce768b785f792abd0 (patch) | |
tree | 275137be213c5a3d049080df8febbeac4b857684 /tests/f_badtable/expect.1 | |
parent | d163b0948731e6d84bd3efe75075a2d0a8009272 (diff) | |
download | e2fsprogs-1b6bf1759af884957234b7dce768b785f792abd0.tar.gz |
Many files:
pass*.c, super.c: Massive changes to avoid using printf and com_err
routines. All diagnostic messages are now routed through the
fix_problem interface.
pass2.c (check_dir_block): Check for duplicate '.' and '..' entries.
problem.c, problem.h: Add new problem codes PR_2_DUP_DOT and
PR_2_DUP_DOT_DOT.
problem.c: Added new problem codes for some of the superblock
corruption checks, and for the pass header messages. ("Pass
1: xxxxx")
util.c (print_resource_track): Now takes a description argument.
super.c, unix.c, e2fsck.c: New files to separate out the
operating-specific operations out from e2fsck.c. e2fsck.c now
contains the global e2fsck context management routines, and
super.c contains the "pass 0" initial validation of the
superblock and global block group descriptors.
pass1.c, pass2.c, pass3.c, pass4.c, pass5.c, util.c: Eliminate
(nearly) all global variables and moved them to the e2fsck
context structure.
problem.c, problem.h: Added new problem codes PR_0_SB_CORRUPT,
PR_0_FS_SIZE_WRONG, PR_0_NO_FRAGMENTS, PR_0_BLOCKS_PER_GROUP,
PR_0_FIRST_DATA_BLOCK
expect.1, expect.2:
Updated tests to align with e2fsck problem.c changes.
Diffstat (limited to 'tests/f_badtable/expect.1')
-rw-r--r-- | tests/f_badtable/expect.1 | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/tests/f_badtable/expect.1 b/tests/f_badtable/expect.1 index 11bbc970..5cb96176 100644 --- a/tests/f_badtable/expect.1 +++ b/tests/f_badtable/expect.1 @@ -16,15 +16,27 @@ Pass 4: Checking reference counts Inode 2 ref count is 3, should be 2. Fix? yes Pass 5: Checking group summary information -Fix summary information? yes - -Block bitmap differences: -11 -12 -13 -14 -15 -16 -17 -18 -19 -20. FIXED -Free blocks count wrong for group 0 (78, counted=88). FIXED -Free blocks count wrong (78, counted=88). FIXED -Inode bitmap differences: +12 +13 +14 +15 +16 +25 +26 +27 +28 +29 +30 +31 +32. FIXED -Free inodes count wrong for group #0 (21, counted=8). FIXED -Directories count wrong for group #0 (2, counted=1). FIXED -Free inodes count wrong (21, counted=8). FIXED +Block bitmap differences: -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 +Fix? yes + +Free blocks count wrong for group #0 (78, counted=88). +Fix? yes + +Free blocks count wrong (78, counted=88). +Fix? yes + +Inode bitmap differences: +12 +13 +14 +15 +16 +25 +26 +27 +28 +29 +30 +31 +32 +Fix? yes + +Free inodes count wrong for group #0 (21, counted=8). +Fix? yes + +Directories count wrong for group #0 (2, counted=1). +Fix? yes + +Free inodes count wrong (21, counted=8). +Fix? yes + test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** test_filesys: 24/32 files (0.0% non-contiguous), 12/100 blocks |