Browse Source

fuse_getattr.cpp

getattr-cache
Antonio SJ Musumeci 10 months ago
parent
commit
42ecaa3b79
  1. 2
      src/fuse_getattr.cpp

2
src/fuse_getattr.cpp

@ -139,7 +139,7 @@ namespace l
int rv;
std::string fullpath;
StrVec basepaths;
PolicyCache::Key basepath;
PolicyCache::Val basepath;
static PolicyCache cache(1024*1024);
basepath = cache.find(fusepath_);

Loading…
Cancel
Save