From 7987c994ee5c929affff7feb43ea216a63bad5f1 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 27 Apr 2021 21:08:50 -0700 Subject: [PATCH] xfs/010: filter out bad finobt levels complaint Since we're adding to xfs_repair the ability to warn about bad finobt levels, filter that out. Signed-off-by: Darrick J. Wong Reviewed-by: Brian Foster Signed-off-by: Eryu Guan --- tests/xfs/010 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xfs/010 b/tests/xfs/010 index 95cc2555..a9394077 100755 --- a/tests/xfs/010 +++ b/tests/xfs/010 @@ -114,6 +114,7 @@ _corrupt_finobt_root $SCRATCH_DEV filter_finobt_repair() { sed -e '/^agi has bad CRC/d' \ + -e '/^bad levels/d' \ -e '/^bad finobt block/d' | \ _filter_repair_lostblocks } -- 2.39.5