|
|
@ -344,12 +344,10 @@ namespace FUSE |
|
|
open(const char *fusepath_, |
|
|
open(const char *fusepath_, |
|
|
fuse_file_info_t *ffi_) |
|
|
fuse_file_info_t *ffi_) |
|
|
{ |
|
|
{ |
|
|
pt.emplace_or_visit(std::string{fusepath_}, |
|
|
|
|
|
[](const PTMap::value_type &x_) |
|
|
|
|
|
{ |
|
|
|
|
|
}); |
|
|
|
|
|
pt.emplace(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pt.emplace_or_visit(std::string{fusepath_, |
|
|
|
|
|
[](const PTMap::value_type &x_) |
|
|
|
|
|
{ |
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
return open2(fusepath_,ffi_); |
|
|
return open2(fusepath_,ffi_); |
|
|
} |
|
|
} |
|
|
|