aboutsummaryrefslogtreecommitdiffstats
path: root/tests/f_h_badnode
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2009-10-04 18:02:24 -0400
committerTheodore Ts'o <tytso@mit.edu>2009-10-04 18:02:24 -0400
commit695706ca214d9d04666ee46a48f63f6127154a23 (patch)
treeed8d82ae5dbb5f695bf486209e2a2d4b114e6ec2 /tests/f_h_badnode
parentf790bc33b20e5c1a9d357c41cb2c1b7ea486f98c (diff)
downloadandroid_external_e2fsprogs-695706ca214d9d04666ee46a48f63f6127154a23.tar.gz
android_external_e2fsprogs-695706ca214d9d04666ee46a48f63f6127154a23.tar.bz2
android_external_e2fsprogs-695706ca214d9d04666ee46a48f63f6127154a23.zip
e2fsck: Interpret negative blkcount in file system problem reports
Non-expert users get confused when they see messages like this: Illegal block #-1 (2291965952) in inode 176. CLEARED. So change it to be something a little bit more understandable: Illegal indirect block (2291965952) in inode 176. CLEARED. Addresses-SourceForge-Bug: #2871782 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests/f_h_badnode')
-rw-r--r--tests/f_h_badnode/expect.112
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/f_h_badnode/expect.1 b/tests/f_h_badnode/expect.1
index 5aa3cda1..ce2adb3f 100644
--- a/tests/f_h_badnode/expect.1
+++ b/tests/f_h_badnode/expect.1
@@ -1,11 +1,11 @@
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
-Problem in HTREE directory inode 12929: node (531) has bad max hash
-Problem in HTREE directory inode 12929: node (993) referenced twice
-Problem in HTREE directory inode 12929: node (1061) has bad min hash
-Problem in HTREE directory inode 12929: node (1062) has invalid depth (2)
-Problem in HTREE directory inode 12929: node (1062) has bad max hash
-Problem in HTREE directory inode 12929: node (1062) not referenced
+Problem in HTREE directory inode 12929: block #531 has bad max hash
+Problem in HTREE directory inode 12929: block #993 referenced twice
+Problem in HTREE directory inode 12929: block #1061 has bad min hash
+Problem in HTREE directory inode 12929: block #1062 has invalid depth (2)
+Problem in HTREE directory inode 12929: block #1062 has bad max hash
+Problem in HTREE directory inode 12929: block #1062 not referenced
Invalid HTREE directory inode 12929 (/test2). Clear HTree index? yes
Pass 3: Checking directory connectivity