From 9507c931a3b91c8e702c10b0f42c0f962d8d2352 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 12 Apr 2024 09:19:04 -0500 Subject: [PATCH] fuse_open.cpp --- src/fuse_open.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index c83295f9..892ccf87 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -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_);