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>
Thu, 14 Nov 2024 14:15:22 +0000 (07:15 -0700)
commit7fc58748d57e4bda165098802cf06eba150427f1
tree517646fbc62baa5956f13590298ff2b1d13a00b5
parenteb4c365a5fd07d427f3723319f317c10cfba724b
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