xfs: flag as supporting FOP_UNCACHED buffered-uncached.5
authorJens Axboe <axboe@kernel.dk>
Fri, 8 Nov 2024 16:15:19 +0000 (09:15 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 10 Nov 2024 15:17:25 +0000 (08:17 -0700)
commit59f2070acdb76bf078749a97f3cdfcb93a677c29
tree0e109f54a70f56071f5e0bcbcf7def758b64abe1
parentb6e0135cc1703d09d7cd94ff171b585cc8872850
xfs: flag as supporting FOP_UNCACHED

Read side was already fully supported, for the write side all that's
needed now is calling generic_uncached_write() when uncached writes
have been submitted. With that, 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