ext4: flag as supporting FOP_UNCACHED
authorJens Axboe <axboe@kernel.dk>
Fri, 8 Nov 2024 16:13:56 +0000 (09:13 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Nov 2024 17:22:52 +0000 (10:22 -0700)
commitbd9364be1c3047a140249b419d3b26b02f62fb95
tree46f877cca93c35bfddb178aacd00aa318e0e221f
parent08d4b78bbb29c1286850f0860901cd3e03746010
ext4: flag as supporting FOP_UNCACHED

ext4 uses the generic read/write paths, and can fully support
FOP_UNCACHED. Set the flag to indicate support, enabling use of
RWF_UNCACHED.

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