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/f_h_badroot/expect.1 | |
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/f_h_badroot/expect.1')
-rw-r--r-- | tests/f_h_badroot/expect.1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |