Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

@ -162,8 +162,6 @@ namespace l
break; break;
if((rv == -1) && (errno != ENOENT)) if((rv == -1) && (errno != ENOENT))
break; break;
cache.erase(fusepath_);
} }
if(rv == -1) if(rv == -1)

Loading…
Cancel
Save