f_badorphan, f_journal: Update expect files to reflect the fact

that new e2fsck's will move the .journal file to a hidden
	inode.
bitmap-optimize
Theodore Ts'o 2001-11-30 11:52:46 +01:00
parent e89818835b
commit 24934b597b
4 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2001-11-30 Theodore Tso <tytso@valinux.com>
* f_badorphan, f_journal: Update expect files to reflect the fact
that new e2fsck's will move the .journal file to a hidden
inode.
2001-11-26 Theodore Tso <tytso@valinux.com>
* f_miss_blk_bmap: Add new test which checks for bug in e2fsck

View File

@ -1,3 +1,6 @@
Found invalid V2 journal superblock fields (from V1 journal).
Clearing fields beyond the V1 journal superblock...
Clearing orphaned inode 54 (uid=0, gid=0, mode=0100600, size=44610)
Clearing orphaned inode 32 (uid=0, gid=0, mode=040700, size=1024)
Clearing orphaned inode 67 (uid=0, gid=0, mode=040700, size=1024)

View File

@ -47,6 +47,8 @@ Clearing orphaned inode 73 (uid=0, gid=0, mode=040700, size=1024)
Clearing orphaned inode 55 (uid=0, gid=0, mode=0100600, size=4096)
Clearing orphaned inode 24 (uid=0, gid=0, mode=0100600, size=4096)
Clearing orphaned inode 59 (uid=0, gid=0, mode=0100600, size=4096)
Moving journal from /journal to hidden inode.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
@ -54,5 +56,5 @@ Pass 4: Checking reference counts
Pass 5: Checking group summary information
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
test_filesys: 54/2048 files (1.9% non-contiguous), 1409/8192 blocks
test_filesys: 53/2048 files (1.9% non-contiguous), 1409/8192 blocks
Exit status is 1

View File

@ -3,5 +3,5 @@ Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
test_filesys: 54/2048 files (1.9% non-contiguous), 1409/8192 blocks
test_filesys: 53/2048 files (1.9% non-contiguous), 1409/8192 blocks
Exit status is 0