]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
TEMP: disable direct I/O in _create_loop_device xfs-zoned-2025-02-06
authorChristoph Hellwig <hch@lst.de>
Mon, 27 Jan 2025 08:09:34 +0000 (09:09 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 27 Jan 2025 15:34:52 +0000 (16:34 +0100)
commit8ba833f36c019e1f966a05c6c873b2a625593736
tree9c0fb6dbb5c2c4a91da6b0111687e9d4cf628868
parent96748602245e294ca5f1321c4ace00f92a6ca2e0
TEMP: disable direct I/O in _create_loop_device

The loop driver picks the block device based on sb->s_bdev, which
is incorrect for XFS file systems with a RT device.  Until this is
fixed in the loop driver, disable direct I/O support entirely.

Signed-off-by: Christoph Hellwig <hch@lst.de>
common/rc