tests: fix f_jnl_64bit so that it actually has a 64-bit journal

The previous image did not have a 64-bit journal so it wouldn't
properly test the 64-bit journal format.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2012-05-21 11:03:16 -04:00
parent 8c778b3acd
commit 108e6581fc
4 changed files with 932 additions and 240 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,13 +4,13 @@ Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Free blocks count wrong (14571, counted=14531).
Free blocks count wrong (14059, counted=12712).
Fix? yes
Free inodes count wrong (4085, counted=3689).
Free inodes count wrong (8181, counted=6834).
Fix? yes
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
test_filesys: 407/4096 files (0.0% non-contiguous), 1853/16384 blocks
test_filesys: 1358/8192 files (0.0% non-contiguous), 3672/16384 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: 407/4096 files (0.0% non-contiguous), 1853/16384 blocks
test_filesys: 1358/8192 files (0.0% non-contiguous), 3672/16384 blocks
Exit status is 0

Binary file not shown.