From 70628453a29a844929fce22cc3c466d327884e3a Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 9 Apr 2024 23:21:41 -0500 Subject: [PATCH] fuse_lowlevel.c --- libfuse/lib/fuse_lowlevel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libfuse/lib/fuse_lowlevel.c b/libfuse/lib/fuse_lowlevel.c index 16ec1824..bff92959 100644 --- a/libfuse/lib/fuse_lowlevel.c +++ b/libfuse/lib/fuse_lowlevel.c @@ -280,6 +280,7 @@ fill_open(struct fuse_open_out *arg_, if(ffi_->passthrough) { arg_->open_flags |= FOPEN_PASSTHROUGH; + arg_->open_flags &= ~FOPEN_KEEP_CACHE; arg_->backing_id = ffi_->backing_id; } }