mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 17:57:41 +08:00
fuse_open.cpp
This commit is contained in:
parent
3e6867a6a0
commit
d550a28535
|
@ -346,7 +346,7 @@ namespace FUSE
|
|||
{
|
||||
std::mutex *m = nullptr;
|
||||
|
||||
pt.insert(PTMap::value_type{});
|
||||
pt.insert(PTMap::value_type{fusepath_});
|
||||
pt.visit(fusepath_,
|
||||
[&](const PTMap::value_type &x_)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user