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
8ef6dc01ee
commit
c44ab1abef
|
@ -345,7 +345,7 @@ namespace FUSE
|
|||
fuse_file_info_t *ffi_)
|
||||
{
|
||||
std::mutex *m = nullptr;
|
||||
pt.emplace(fusepath_);
|
||||
pt.emplace({fusepath_,{}});
|
||||
pt.visit(fusepath_,
|
||||
[&](const PTMap::value_type &x_)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user