@@ -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
}
@@ -231,6 +231,8 @@ 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...
- scan and clear agi unlinked lists...
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> --- tests/xfs/030 | 5 ++++- tests/xfs/030.out.linux | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html