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