]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
common: loop device work on zoned file systems
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Dec 2024 07:03:11 +0000 (08:03 +0100)
committerZorro Lang <zlang@kernel.org>
Sun, 22 Dec 2024 14:09:46 +0000 (22:09 +0800)
commit2b66be5f5cfc7625c544186ca3a61f38a77687be
tree2877d72bac90d07fdd7e3f563772262f1ad61a19
parent4a33c5b1dd0cf56aaf49905c77bb4b765e2db4ab
common: loop device work on zoned file systems

Remove the call to _require_non_zoned_device from _require_loop because
there is nothing that prevents loop device to work on file systems on
zoned devices.  But loop devices are not supported directly on top of
zoned block devices, so add a _require_non_zoned_device to generic/563
to not run that test on zoned block devices.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Zorro Lang <zlang@redhat.com>
common/rc
tests/generic/563