mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 12:03:59 +08:00
fuse_open.cpp
This commit is contained in:
parent
6d3665db3d
commit
85d7b13e9e
|
@ -334,7 +334,7 @@ namespace FUSE
|
|||
open(const char *fusepath_,
|
||||
fuse_file_info_t *ffi_)
|
||||
{
|
||||
pt.emplace_or_visit(std::mutex{},
|
||||
pt.emplace_or_visit(std::string{fusepath_},
|
||||
[](const PTMap::value_type &x_)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user