commit | 3ab394b363c5fd14b231e335fb6746ddfb93aaaa | [log] [tgz] |
---|---|---|
author | Bernd Schubert <bschubert@ddn.com> | Wed Jul 03 19:30:20 2024 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu Aug 29 11:43:01 2024 +0200 |
tree | add58b7bdcd516e9988e17518590cf528a046b57 | |
parent | f7790d67785302b3116bbbfda62a5a44524601a3 [diff] |
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>