]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/{243,245,272,274}: ignore raid alignment flags in bmap output
authorDarrick J. Wong <djwong@kernel.org>
Tue, 2 May 2023 20:08:28 +0000 (13:08 -0700)
committerZorro Lang <zlang@kernel.org>
Sun, 14 May 2023 13:51:27 +0000 (21:51 +0800)
commit715d052a8fafc049944d3e295d5b53177b184a22
treea7419e36d87c8260b145fb70bbb13680dc0eff20
parent23e11f53b4b633947b42867c02fd8e943012389a
xfs/{243,245,272,274}: ignore raid alignment flags in bmap output

This test doesn't care about the RAID alignment status of the mappings
that it finds; it only cares about shared and unwritten.  Ignore the
mapping stripe alignment flags in the bmapx output.  This fixes this
test when the fs has su=128k,sw=4.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/243
tests/xfs/245
tests/xfs/272
tests/xfs/274