Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

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

Loading…
Cancel
Save