Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

@ -144,7 +144,7 @@ namespace l
for(int c = 0; c < 2; c++) for(int c = 0; c < 2; c++)
{ {
auto i = cache.find(fusepath_); auto i = cache.find(fusepath_);
if(i == cache.end())
if(i == NULL)
{ {
rv = searchFunc_(branches_,fusepath_,&basepaths); rv = searchFunc_(branches_,fusepath_,&basepaths);
if(rv == -1) if(rv == -1)

Loading…
Cancel
Save