fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci
2024-04-09 21:24:51 -05:00
parent 1730c6c483
commit 4abcd7b3a4
+1 -1
View File
@@ -233,7 +233,7 @@ namespace l
if(backing_id <= 0)
return 0;
ffi_->passthrough = true;
ffi_->passthrough = false;
ffi_->keep_cache = true;
fi->backing_id = backing_id;
ffi_->backing_id = backing_id;