From 90f99484dc4b3821d26c656632e4cd7d309ddece Mon Sep 17 00:00:00 2001 From: Mark Tinguely Date: Wed, 23 May 2012 12:21:28 -0500 Subject: [PATCH] 030: fix for new xfs_repair versions Given that we now drop invalid unlinked inode lists there is no message to capture. Also add a sed expression to avoid failures on old repair versions. Signed-off-by: Mark Tinguely Reviewed-by: Christoph Hellwig Signed-off-by: Eric Sandeen --- 030 | 3 ++- 030.out.linux | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/030 b/030 index 74147d41..fe573729 100755 --- a/030 +++ b/030 @@ -55,7 +55,8 @@ _check_ag() for structure in 'sb 0' 'agf 0' 'agi 0' 'agfl 0' do echo "Corrupting $structure - setting bits to $1" - _check_repair $1 "$structure" + _check_repair $1 "$structure" | + sed -e '/^error following ag 0 unlinked list$/d' done } diff --git a/030.out.linux b/030.out.linux index 59909015..cf3259f6 100644 --- a/030.out.linux +++ b/030.out.linux @@ -85,7 +85,6 @@ bad agbno AGBNO for inobt root, agno 0 root inode chunk not found Phase 3 - for each AG... - scan and clear agi unlinked lists... -error following ag 0 unlinked list - process known inodes and perform inode discovery... - process newly discovered inodes... Phase 4 - check for duplicate blocks... -- 2.39.5