mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
fuse_open.cpp
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user