mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 12:03:59 +08:00
fuse_open.cpp
This commit is contained in:
parent
2db40c67dd
commit
2acbf8f357
|
@ -348,7 +348,7 @@ namespace FUSE
|
|||
pt.visit(fusepath_,
|
||||
[](const PTMap::value_type &x_)
|
||||
{
|
||||
std::lock(x_.mutex);
|
||||
std::lock(x_.second.mutex);
|
||||
});
|
||||
|
||||
return open2(fusepath_,ffi_);
|
||||
|
|
Loading…
Reference in New Issue
Block a user