Browse Source

fuse_getattr.cpp

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

2
src/fuse_getattr.cpp

@ -155,6 +155,8 @@ namespace l
fullpath = fs::path::make(i->second,fusepath_); fullpath = fs::path::make(i->second,fusepath_);
rv = l::getattr(fullpath,followsymlinks_,st_); rv = l::getattr(fullpath,followsymlinks_,st_);
if(rv == 0)
break;
if((rv == -1) && (errno != ENOENT)) if((rv == -1) && (errno != ENOENT))
break; break;

Loading…
Cancel
Save