Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

@ -143,7 +143,7 @@ namespace l
for(int c = 0; c < 2; c++)
{
auto i = cache.find(fusepath_);
std::string *basepath = cache.find(fusepath_);
if(i == NULL)
{
rv = searchFunc_(branches_,fusepath_,&basepaths);

Loading…
Cancel
Save