]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
Deal with the new "(NULLFSINO)" that repair might print
authorEric Sandeen <sandeen@sgi.com>
Mon, 19 Aug 2002 21:38:12 +0000 (21:38 +0000)
committerEric Sandeen <sandeen@sgi.com>
Mon, 19 Aug 2002 21:38:12 +0000 (21:38 +0000)
common.repair

index 771d906a987a492f32a0a218101ac728cedbc7b6..3d84c2980ca106ed681db57f270647150b50e27c 100644 (file)
@@ -58,9 +58,9 @@ _filter_repair()
 # for sb
 /- agno = / && next;   # remove each AG line (variable number)
 s/(pointer to) (\d+)/\1 INO/;
-s/(sb root inode value) (\d+)/\1 INO/;
-s/(realtime bitmap inode) (\d+)/\1 INO/;
-s/(realtime summary inode) (\d+)/\1 INO/;
+s/(sb root inode value) (\d+)( \(NULLFSINO\))?/\1 INO/;
+s/(realtime bitmap inode) (\d+)( \(NULLFSINO\))?/\1 INO/;
+s/(realtime summary inode) (\d+)( \(NULLFSINO\))?/\1 INO/;
 s/(inconsistent with calculated value) (\d+)/\1 INO/;
 s/\.+(found)/\1/g;     # remove "searching" output
 # for agf + agi