mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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 <djwong@kernel.org> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
adf7f3620c
commit
7987c994ee
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user