fuse: disable the combination of passthrough and writeback cache
authorBernd Schubert <bschubert@ddn.com>
Wed, 3 Jul 2024 17:30:20 +0000 (19:30 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 29 Aug 2024 09:43:01 +0000 (11:43 +0200)
commit3ab394b363c5fd14b231e335fb6746ddfb93aaaa
treeadd58b7bdcd516e9988e17518590cf528a046b57
parentf7790d67785302b3116bbbfda62a5a44524601a3
fuse: disable the combination of passthrough and writeback cache

Current design and handling of passthrough is without fuse
caching and with that FUSE_WRITEBACK_CACHE is conflicting.

Fixes: 7dc4e97a4f9a ("fuse: introduce FUSE_PASSTHROUGH capability")
Cc: stable@kernel.org # v6.9
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Acked-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/inode.c