mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-20 06:13:58 +08:00
fuse_open.cpp
This commit is contained in:
parent
460bff42ad
commit
a16a34e3f0
|
@ -348,6 +348,7 @@ namespace FUSE
|
|||
pt.visit(fusepath_,
|
||||
[](const PTMap::value_type &x_)
|
||||
{
|
||||
std::lock(mutex);
|
||||
});
|
||||
|
||||
return open2(fusepath_,ffi_);
|
||||
|
|
Loading…
Reference in New Issue
Block a user