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