xfs: flag as supporting FOP_UNCACHED buffered-uncached.4
authorJens Axboe <axboe@kernel.dk>
Fri, 8 Nov 2024 16:15:19 +0000 (09:15 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Nov 2024 17:22:52 +0000 (10:22 -0700)
commit8b18020663efd4b2091fc5264c926746a8c3c8ca
tree1b2b58f5feb3164bbb157d7f52f4b3345dec759e
parentbd9364be1c3047a140249b419d3b26b02f62fb95
xfs: flag as supporting FOP_UNCACHED

iomap supports uncached IO, enable the use of RWF_UNCACHED with XFS by
flagging support with FOP_UNCACHED.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/xfs/xfs_file.c