|
@ -319,7 +319,7 @@ namespace FUSE |
|
|
const ugid::Set ugid(fc->uid,fc->gid); |
|
|
const ugid::Set ugid(fc->uid,fc->gid); |
|
|
|
|
|
|
|
|
pti = PassthroughStuff::get_pti(fusepath_); |
|
|
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_); |
|
|
l::config_to_ffi_flags(cfg,fc->pid,ffi_); |
|
|
|
|
|
|
|
|
xxxxxxxxxx