Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

@ -162,6 +162,8 @@ namespace l
return -errno; return -errno;
basepath = cache.insert(fusepath_,basepaths[0]); basepath = cache.insert(fusepath_,basepaths[0]);
rv = l::getattr(fullpath,followsymlinks_,st_);
} }
if(rv == -1) if(rv == -1)

Loading…
Cancel
Save