diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-12-23 19:10:43 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-12-25 17:59:36 -0500 |
commit | 7dca4c88f166561031011ed27287818eaa343486 (patch) | |
tree | 0b8e01758e679fa8dd7fa330a345d4c1072bc70e /tests | |
parent | d5a74ff10be2afe155f8b7c1397c75f4275ebeba (diff) | |
download | e2fsprogs-7dca4c88f166561031011ed27287818eaa343486.tar.gz |
e2fsck: When repacking directories, leave slack space for more efficiency
If the directory is packed with no slack space, as soon as any new
directory entries are added, leaf nodes end up getting split and
directory ends up getting very inefficient.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/f_h_badnode/expect.1 | 2 | ||||
-rw-r--r-- | tests/f_h_badnode/expect.2 | 2 | ||||
-rw-r--r-- | tests/f_h_badroot/expect.1 | 2 | ||||
-rw-r--r-- | tests/f_h_badroot/expect.2 | 2 | ||||
-rwxr-xr-x | tests/f_h_reindex/expect.1 | 2 | ||||
-rw-r--r-- | tests/f_h_reindex/expect.2 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/f_h_badnode/expect.1 b/tests/f_h_badnode/expect.1 index 44d4a7c5..5aa3cda1 100644 --- a/tests/f_h_badnode/expect.1 +++ b/tests/f_h_badnode/expect.1 @@ -14,5 +14,5 @@ Pass 4: Checking reference counts Pass 5: Checking group summary information test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** -test_filesys: 47730/100192 files (0.0% non-contiguous), 13377/31745 blocks +test_filesys: 47730/100192 files (0.0% non-contiguous), 13551/31745 blocks Exit status is 1 diff --git a/tests/f_h_badnode/expect.2 b/tests/f_h_badnode/expect.2 index 8a219978..b9dadb73 100644 --- a/tests/f_h_badnode/expect.2 +++ b/tests/f_h_badnode/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: 47730/100192 files (0.0% non-contiguous), 13377/31745 blocks +test_filesys: 47730/100192 files (0.0% non-contiguous), 13551/31745 blocks Exit status is 0 diff --git a/tests/f_h_badroot/expect.1 b/tests/f_h_badroot/expect.1 index 261000da..037942db 100644 --- a/tests/f_h_badroot/expect.1 +++ b/tests/f_h_badroot/expect.1 @@ -36,5 +36,5 @@ Pass 4: Checking reference counts Pass 5: Checking group summary information test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** -test_filesys: 1921/100080 files (0.0% non-contiguous), 13642/15361 blocks +test_filesys: 1921/100080 files (0.0% non-contiguous), 13646/15361 blocks Exit status is 1 diff --git a/tests/f_h_badroot/expect.2 b/tests/f_h_badroot/expect.2 index 28f1d2aa..d5772c1e 100644 --- a/tests/f_h_badroot/expect.2 +++ b/tests/f_h_badroot/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: 1921/100080 files (0.0% non-contiguous), 13642/15361 blocks +test_filesys: 1921/100080 files (0.0% non-contiguous), 13646/15361 blocks Exit status is 0 diff --git a/tests/f_h_reindex/expect.1 b/tests/f_h_reindex/expect.1 index 45118935..a2324d76 100755 --- a/tests/f_h_reindex/expect.1 +++ b/tests/f_h_reindex/expect.1 @@ -954,5 +954,5 @@ Pass 4: Checking reference counts Pass 5: Checking group summary information test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** -test_filesys: 30514/32000 files (0.0% non-contiguous), 5558/8000 blocks +test_filesys: 30514/32000 files (0.0% non-contiguous), 5669/8000 blocks Exit status is 1 diff --git a/tests/f_h_reindex/expect.2 b/tests/f_h_reindex/expect.2 index 99de4cfc..7f785afa 100644 --- a/tests/f_h_reindex/expect.2 +++ b/tests/f_h_reindex/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: 30514/32000 files (0.0% non-contiguous), 5558/8000 blocks +test_filesys: 30514/32000 files (0.0% non-contiguous), 5669/8000 blocks Exit status is 0 |