mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-18 14:22:46 +08:00
fuse_open.cpp
This commit is contained in:
parent
60485227ec
commit
e39a770823
|
@ -345,7 +345,7 @@ namespace FUSE
|
||||||
fuse_file_info_t *ffi_)
|
fuse_file_info_t *ffi_)
|
||||||
{
|
{
|
||||||
std::mutex *m = nullptr;
|
std::mutex *m = nullptr;
|
||||||
pt.insert({fusepath_,{}});
|
pt.insert(PTMap::value_type{fusepath_,{}});
|
||||||
pt.visit(fusepath_,
|
pt.visit(fusepath_,
|
||||||
[&](const PTMap::value_type &x_)
|
[&](const PTMap::value_type &x_)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user