From: Mark Tinguely Date: Wed, 23 May 2012 17:21:28 +0000 (-0500) Subject: 030: fix for new xfs_repair versions X-Git-Tag: v2022.05.01~3600^2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=90f99484dc4b3821d26c656632e4cd7d309ddece;p=users%2Fhch%2Fxfstests-dev.git 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 --- diff --git a/030 b/030 index 74147d416..fe573729a 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 599090158..cf3259f65 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...