Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

@ -143,7 +143,7 @@ namespace l
for(int c = 0; c < 2; c++)
{
std::string const *basepath;
nonstd::optional<std::string> basepath;
basepath = cache.find(fusepath_);
if(basepath == NULL)

Loading…
Cancel
Save