mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
fuse_open.cpp
This commit is contained in:
+1
-1
@@ -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_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user