mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 09:41:43 +08:00
fuse_open.cpp
This commit is contained in:
parent
7390e19c74
commit
99bdaa51d4
|
@ -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…
Reference in New Issue
Block a user