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>
Wed, 20 Nov 2024 14:32:31 +0000 (07:32 -0700)
commitd08f4929543526fe07a2163d7c51dd14f25e51b5
treedf3be828b3a606c19b09ac65f55f5d652f97a5f6
parent0410d9bcf6e67fbe611ae10292eb2ee920e5eb8b
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