Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 9 months ago
parent
commit
d357af6959
  1. 2
      src/fuse_open.cpp

2
src/fuse_open.cpp

@ -234,7 +234,7 @@ namespace l
return 0;
ffi_->passthrough = true;
ffi_->keep_cache = false;
ffi_->keep_cache = true;
fi->backing_id = backing_id;
ffi_->backing_id = backing_id;

Loading…
Cancel
Save