]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
xfs: handle zoned file systems in _scratch_xfs_force_no_metadir
authorChristoph Hellwig <hch@lst.de>
Thu, 24 Oct 2024 11:26:25 +0000 (13:26 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 5 Nov 2024 08:32:03 +0000 (09:32 +0100)
commit8770248fd9201f79568896abe1d1f23719e11e78
tree11e346f129020fb00234818f3197ee48e13fa613
parentfd51dde99e9579223c7cecbbd7c296c477cb431f
xfs: handle zoned file systems in _scratch_xfs_force_no_metadir

zoned file systems required the metadir feature.  If the tests are run
on a conventional block device as the RT device, we can simply remove
the zoned flag an run the test, but if the RT device sits on a zoned
block device there is no way to run a test that wants a non-metadir
file system.

Signed-off-by: Christoph Hellwig <hch@lst.de>
common/xfs
tests/xfs/033
tests/xfs/178