Browse Source

fuse_open.cpp

Antonio SJ Musumeci 3 weeks ago
parent
commit
e1c536d161
  1. 3
      src/fuse_open.cpp

3
src/fuse_open.cpp

@ -327,6 +327,9 @@ _open_for_update_lambda(const fuse_context *fc_,
of_->ref_count++;
if(cfg->passthrough == false)
return 0;
ffi_->backing_id = of_->backing_id;
ffi_->passthrough = true;
ffi_->keep_cache = false;

Loading…
Cancel
Save