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