Browse Source

fuse_getattr.cpp

getattr-cache
Antonio SJ Musumeci 9 months ago
parent
commit
593ad5fcdd
  1. 3
      src/fuse_getattr.cpp

3
src/fuse_getattr.cpp

@ -152,9 +152,8 @@ namespace l
if(rv == -1)
return -errno;
cache.insert(fusepath_,basepaths[0]);
basepath = basepaths[0];
cache.insert(fusepath_,basepath.value());
}
fullpath = fs::path::make(basepath.value(),fusepath_);

Loading…
Cancel
Save