commit | 59f2070acdb76bf078749a97f3cdfcb93a677c29 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Nov 08 09:15:19 2024 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Nov 10 08:17:25 2024 -0700 |
tree | 0e109f54a70f56071f5e0bcbcf7def758b64abe1 | |
parent | b6e0135cc1703d09d7cd94ff171b585cc8872850 [diff] |
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>