mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 20:13:57 +08:00
fuse_open.cpp
This commit is contained in:
parent
73cbc31fb5
commit
0b13b5073f
|
@ -335,7 +335,7 @@ namespace FUSE
|
|||
open(const char *fusepath_,
|
||||
fuse_file_info_t *ffi_)
|
||||
{
|
||||
pt.emplace_or_visit(0,std::mutex{},
|
||||
pt.emplace_or_visit(0,
|
||||
[](const PTMap::value_type &x_)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user