Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

@ -171,7 +171,7 @@ namespace l
if(rv == -1) if(rv == -1)
{ {
cache.erase(fusepath_);
return -errno; return -errno;
} }

Loading…
Cancel
Save