Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 7 months ago
parent
commit
94c00a049a
  1. 2
      src/fuse_open.cpp

2
src/fuse_open.cpp

@ -319,7 +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);
const std::lock_guard<std::mutex> lg(pti->mutex);
l::config_to_ffi_flags(cfg,fc->pid,ffi_);

Loading…
Cancel
Save