Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 7 months ago
parent
commit
99bdaa51d4
  1. 1
      src/fuse_open.cpp

1
src/fuse_open.cpp

@ -319,6 +319,7 @@ namespace FUSE
const ugid::Set ugid(fc->uid,fc->gid);
pti = PassthroughStuff::get_pti(fusepath_);
std::lock_guard<std::mutex> lg(pti->mutex);
l::config_to_ffi_flags(cfg,fc->pid,ffi_);

Loading…
Cancel
Save