xfs: flag as supporting FOP_UNCACHED
authorJens Axboe <axboe@kernel.dk>
Fri, 8 Nov 2024 16:15:19 +0000 (09:15 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 1 Dec 2024 22:55:24 +0000 (15:55 -0700)
commit20f7474ab27f218d48ac2045b43bcc918b3eadc6
tree2639f4f52ec92308b60961037c948648763c23a6
parent32d03d89ab706e266e688472888c733542154dc2
xfs: flag as supporting FOP_UNCACHED

Read side was already fully supported, and with the write side
appropriately punted to the worker queue, all that's needed now is
setting FOP_UNCACHED in the file_operations structure to enable full
support for read and write uncached IO.

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