fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-12 09:19:04 -05:00
parent e5c8d0b890
commit 9507c931a3

View File

@ -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_);