Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

@ -160,7 +160,7 @@ namespace l
rv = searchFunc_(branches_,fusepath_,&basepaths);
if(rv == -1)
{
_cache.erase(fusepath_);
cache.erase(fusepath_);
return -errno;
}

Loading…
Cancel
Save