mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-21 19:07:56 +08:00
fuse_open.cpp
This commit is contained in:
parent
f9e73c0073
commit
f25f02cebb
@ -349,7 +349,7 @@ namespace FUSE
|
|||||||
pt.visit(fusepath_,
|
pt.visit(fusepath_,
|
||||||
[&](const PTMap::value_type &x_)
|
[&](const PTMap::value_type &x_)
|
||||||
{
|
{
|
||||||
m = x_.second.mutex;
|
m = &x_.second.mutex;
|
||||||
});
|
});
|
||||||
const std::lock_guard<std::mutex> lock(*m);
|
const std::lock_guard<std::mutex> lock(*m);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user