Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

@ -117,7 +117,7 @@ namespace l
i = cache.insert({fusepath_,basepaths[0]}); i = cache.insert({fusepath_,basepaths[0]});
} }
fullpath = fs::path::make(basepaths[0],fusepath_);
fullpath = fs::path::make(i->second,fusepath_);
switch(followsymlinks_) switch(followsymlinks_)
{ {

Loading…
Cancel
Save