]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs: handle zoned file systems in _scratch_xfs_force_no_metadir
authorChristoph Hellwig <hch@lst.de>
Fri, 21 Mar 2025 07:21:36 +0000 (08:21 +0100)
committerZorro Lang <zlang@kernel.org>
Fri, 28 Mar 2025 01:05:05 +0000 (09:05 +0800)
commit2dbbf5debad19cbb7381094d0114725021619af4
tree4cbf66362d06a7ae0857255c6716f30ba01f1452
parent9b6b461417ab7f8cc0c00da9f901d25e563c720d
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 file systems 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>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/xfs