Deal with the new "(NULLFSINO)" that repair might print

This commit is contained in:
Eric Sandeen
2002-08-19 21:38:12 +00:00
parent 64ed8e850c
commit 7427a5a70e
+3 -3
View 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