From 7427a5a70e1d853c0805347c6495f0f5b498fe32 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 19 Aug 2002 21:38:12 +0000 Subject: [PATCH] Deal with the new "(NULLFSINO)" that repair might print --- common.repair | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5