]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
TEMP: disable direct I/O in _create_loop_device
authorChristoph Hellwig <hch@lst.de>
Mon, 27 Jan 2025 08:09:34 +0000 (09:09 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 30 Jan 2025 04:50:07 +0000 (05:50 +0100)
commit1f03f41dae08c2f2f6959b280b764623cec21525
treea119f04feb9895dd45793569aeec2676a994df23
parentd510169619315139a77f5e7e63c36a6a2b4e1b26
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