Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

@ -139,7 +139,7 @@ namespace l
int rv;
std::string fullpath;
StrVec basepaths;
thread_local static PolicyCache cache;
static PolicyCache cache;
for(int c = 0; c < 2; c++)
{

Loading…
Cancel
Save