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;
if((rv == -1) && (errno != ENOENT))
break;
cache.erase(fusepath_);
}
if(rv == -1)

Loading…
Cancel
Save