Browse Source

fuse_getattr.cpp

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

4
src/fuse_getattr.cpp

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

Loading…
Cancel
Save