mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-20 06:08:47 +08:00
fuse_open.cpp
This commit is contained in:
parent
e5c8d0b890
commit
9507c931a3
|
@ -334,13 +334,13 @@ namespace FUSE
|
|||
open(const char *fusepath_,
|
||||
fuse_file_info_t *ffi_)
|
||||
{
|
||||
pt.emplace_or_visit(std::string{fusepath_},
|
||||
std::mutex{},
|
||||
[](const PTMap::value_type &x_)
|
||||
{
|
||||
// pt.emplace_or_visit(std::string{fusepath_},
|
||||
// std::mutex{},
|
||||
// [](const PTMap::value_type &x_)
|
||||
// {
|
||||
|
||||
});
|
||||
|
||||
// });
|
||||
pt.emplace();
|
||||
|
||||
|
||||
return open2(fusepath_,ffi_);
|
||||
|
|
Loading…
Reference in New Issue
Block a user