From 31f48569c3538bc6a4aa355803b74a5f00e5eb6e Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Wed, 23 Mar 2016 17:37:32 +1100 Subject: [PATCH] xfs/030: fix output on newer filesystems Signed-off-by: Darrick J. Wong Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- tests/xfs/030 | 5 ++++- tests/xfs/030.out.linux | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/xfs/030 b/tests/xfs/030 index 4cb1524e..33c906c9 100755 --- a/tests/xfs/030 +++ b/tests/xfs/030 @@ -57,7 +57,10 @@ _check_ag() echo "Corrupting $structure - setting bits to $1" _check_repair $1 "$structure" | sed -e '/^error following ag 0 unlinked list$/d' \ - -e '/^bad agbno AGBNO for finobt/d' + -e '/^bad agbno AGBNO for finobt/d' \ + -e '/^bad agbno AGBNO for rmapbt/d' \ + -e '/^bad agbno AGBNO for refcntbt/d' \ + -e '/^Missing reverse-mapping record.*/d' done } diff --git a/tests/xfs/030.out.linux b/tests/xfs/030.out.linux index cf3259f6..14b9b355 100644 --- a/tests/xfs/030.out.linux +++ b/tests/xfs/030.out.linux @@ -230,6 +230,8 @@ Phase 2 - using log bad agbno AGBNO in agfl, agno 0 bad agbno AGBNO in agfl, agno 0 bad agbno AGBNO in agfl, agno 0 +bad agbno AGBNO in agfl, agno 0 +bad agbno AGBNO in agfl, agno 0 bad agbno AGBNO in agfl, agno 0 - found root inode chunk Phase 3 - for each AG... -- 2.39.5