Browse Source

fuse_getattr.cpp

getattr-cache
Antonio SJ Musumeci 11 months ago
parent
commit
2d4c73e1fb
  1. 2
      src/fuse_getattr.cpp

2
src/fuse_getattr.cpp

@ -103,7 +103,7 @@ namespace l
FollowSymlinks followsymlinks_) FollowSymlinks followsymlinks_)
{ {
int rv; int rv;
string fullpath;
std::string fullpath;
StrVec basepaths; StrVec basepaths;
thread_local static std::unordered_map<std::string,std::string> cache; thread_local static std::unordered_map<std::string,std::string> cache;

Loading…
Cancel
Save