diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-08-27 16:23:30 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-08-27 17:03:37 -0400 |
commit | 674c0cc4cb137c6362cb1ae71b6db5cbccbad83a (patch) | |
tree | 7a4989a96f749a92ca2179959e08bee4ab1456b0 /tests | |
parent | e6baebd2a9b205c2eaf8de0807e75bfba7061cad (diff) | |
download | e2fsprogs-674c0cc4cb137c6362cb1ae71b6db5cbccbad83a.tar.gz |
ext2fs_mkjournal(): Don't allocate an extra block to the journal
Addresses-Sourceforge-Bug: 1483791
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/f_badjour_indblks/expect.1 | 2 | ||||
-rw-r--r-- | tests/f_badjour_indblks/expect.2 | 2 | ||||
-rw-r--r-- | tests/f_badjourblks/expect.1 | 2 | ||||
-rw-r--r-- | tests/f_badjourblks/expect.2 | 2 | ||||
-rw-r--r-- | tests/f_miss_journal/expect.1 | 2 | ||||
-rw-r--r-- | tests/f_miss_journal/expect.2 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/f_badjour_indblks/expect.1 b/tests/f_badjour_indblks/expect.1 index 0190bf2a..d80da895 100644 --- a/tests/f_badjour_indblks/expect.1 +++ b/tests/f_badjour_indblks/expect.1 @@ -29,5 +29,5 @@ Creating journal (1024 blocks): Done. *** journal has been re-created - filesystem is now ext3 again *** test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** -test_filesys: 11/256 files (0.0% non-contiguous), 1112/8192 blocks +test_filesys: 11/256 files (0.0% non-contiguous), 1111/8192 blocks Exit status is 1 diff --git a/tests/f_badjour_indblks/expect.2 b/tests/f_badjour_indblks/expect.2 index 35365fad..3fbb8b35 100644 --- a/tests/f_badjour_indblks/expect.2 +++ b/tests/f_badjour_indblks/expect.2 @@ -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: 11/256 files (0.0% non-contiguous), 1112/8192 blocks +test_filesys: 11/256 files (0.0% non-contiguous), 1111/8192 blocks Exit status is 0 diff --git a/tests/f_badjourblks/expect.1 b/tests/f_badjourblks/expect.1 index 5a0bfef5..cd86fc41 100644 --- a/tests/f_badjourblks/expect.1 +++ b/tests/f_badjourblks/expect.1 @@ -27,5 +27,5 @@ Creating journal (1024 blocks): Done. *** journal has been re-created - filesystem is now ext3 again *** test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** -test_filesys: 11/256 files (0.0% non-contiguous), 1080/8192 blocks +test_filesys: 11/256 files (0.0% non-contiguous), 1079/8192 blocks Exit status is 1 diff --git a/tests/f_badjourblks/expect.2 b/tests/f_badjourblks/expect.2 index 632dc71b..7c507034 100644 --- a/tests/f_badjourblks/expect.2 +++ b/tests/f_badjourblks/expect.2 @@ -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: 11/256 files (0.0% non-contiguous), 1080/8192 blocks +test_filesys: 11/256 files (0.0% non-contiguous), 1079/8192 blocks Exit status is 0 diff --git a/tests/f_miss_journal/expect.1 b/tests/f_miss_journal/expect.1 index cad69f63..7d696f8e 100644 --- a/tests/f_miss_journal/expect.1 +++ b/tests/f_miss_journal/expect.1 @@ -25,5 +25,5 @@ Creating journal (1024 blocks): Done. *** journal has been re-created - filesystem is now ext3 again *** test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** -test_filesys: 11/256 files (0.0% non-contiguous), 1080/2048 blocks +test_filesys: 11/256 files (0.0% non-contiguous), 1079/2048 blocks Exit status is 1 diff --git a/tests/f_miss_journal/expect.2 b/tests/f_miss_journal/expect.2 index 1e8c47f9..ad327630 100644 --- a/tests/f_miss_journal/expect.2 +++ b/tests/f_miss_journal/expect.2 @@ -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: 11/256 files (0.0% non-contiguous), 1080/2048 blocks +test_filesys: 11/256 files (0.0% non-contiguous), 1079/2048 blocks Exit status is 0 |