fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci
2024-04-09 21:27:02 -05:00
parent 4abcd7b3a4
commit 998c3f3d22
+2 -2
View File
@@ -233,8 +233,8 @@ namespace l
if(backing_id <= 0)
return 0;
ffi_->passthrough = false;
ffi_->keep_cache = true;
ffi_->passthrough = true;
ffi_->keep_cache = false;
fi->backing_id = backing_id;
ffi_->backing_id = backing_id;