iomap: treat a write through cache the same as FUA
authorJens Axboe <axboe@kernel.dk>
Wed, 19 Jul 2023 19:43:10 +0000 (13:43 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 19 Jul 2023 19:45:54 +0000 (13:45 -0600)
commita5d5d0f766b03d29dfac9567bb4d24410f98fa8d
treea95d9bd2cc234f986555d64836494efa8610767e
parentd3b76ea0c5a4c51a328a3709dac143801b8353be
iomap: treat a write through cache the same as FUA

Whether we have a write back cache and are using FUA or don't have
a write back cache at all is the same situation. Treat them the same.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/iomap/direct-io.c