Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 1 year ago
parent
commit
529556e811
  1. 10
      src/fuse_open.cpp

10
src/fuse_open.cpp

@ -344,12 +344,10 @@ namespace FUSE
open(const char *fusepath_, open(const char *fusepath_,
fuse_file_info_t *ffi_) fuse_file_info_t *ffi_)
{ {
// pt.emplace_or_visit(std::string{fusepath_}, pt.emplace_or_visit(std::string{fusepath_},
// std::mutex{}, [](const PTMap::value_type &x_)
// [](const PTMap::value_type &x_) {
// { });
// });
pt.emplace(); pt.emplace();

|||||||
100:0
Loading…
Cancel
Save