Browse Source

fuse_getattr.cpp

getattr-cache
Antonio SJ Musumeci 9 months ago
parent
commit
2543bc096f
  1. 2
      src/fuse_getattr.cpp

2
src/fuse_getattr.cpp

@ -107,8 +107,6 @@ namespace l
StrVec basepaths;
thread_local static std::unordered_map<std::string,std::string> cache;
rv =
rv = searchFunc_(branches_,fusepath_,&basepaths);
if(rv == -1)
return -errno;

Loading…
Cancel
Save