From: Eric Sandeen Date: Mon, 19 Aug 2002 21:38:12 +0000 (+0000) Subject: Deal with the new "(NULLFSINO)" that repair might print X-Git-Tag: v1.1.0~1062 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7427a5a70e1d853c0805347c6495f0f5b498fe32;p=xfstests-dev.git Deal with the new "(NULLFSINO)" that repair might print --- diff --git a/common.repair b/common.repair index 771d906a..3d84c298 100644 --- a/common.repair +++ b/common.repair @@ -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