aboutsummaryrefslogtreecommitdiffstats
path: root/tests/f_uninit_last_uninit
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-08-10 22:43:24 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-08-10 22:43:24 -0400
commit63b5e354d926413d365eeff8a6d5347b3fb212d0 (patch)
tree3679cf67f0b2faab90d97b2405fc674755863ae2 /tests/f_uninit_last_uninit
parent57926c8c5566f0ef5b77db326d58aa0643cf6270 (diff)
downloadandroid_external_e2fsprogs-63b5e354d926413d365eeff8a6d5347b3fb212d0.tar.gz
android_external_e2fsprogs-63b5e354d926413d365eeff8a6d5347b3fb212d0.tar.bz2
android_external_e2fsprogs-63b5e354d926413d365eeff8a6d5347b3fb212d0.zip
e2fsck: Fix check to see if an extent-based file is fragmented
Also added support for "e2fsck -E fragcheck" which issues a comprehensive report of discontiguous file extents. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests/f_uninit_last_uninit')
-rw-r--r--tests/f_uninit_last_uninit/expect.12
-rw-r--r--tests/f_uninit_last_uninit/expect.22
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/f_uninit_last_uninit/expect.1 b/tests/f_uninit_last_uninit/expect.1
index 85f05ee2..248bd290 100644
--- a/tests/f_uninit_last_uninit/expect.1
+++ b/tests/f_uninit_last_uninit/expect.1
@@ -5,5 +5,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/32 files (9.1% non-contiguous), 105/10000 blocks
+test_filesys: 11/32 files (0.0% non-contiguous), 105/10000 blocks
Exit status is 0
diff --git a/tests/f_uninit_last_uninit/expect.2 b/tests/f_uninit_last_uninit/expect.2
index 435a8a7b..e95e5ede 100644
--- a/tests/f_uninit_last_uninit/expect.2
+++ b/tests/f_uninit_last_uninit/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/32 files (9.1% non-contiguous), 105/10000 blocks
+test_filesys: 11/32 files (0.0% non-contiguous), 105/10000 blocks
Exit status is 0