@ -155,11 +155,10 @@ namespace l
fullpath = fs::path::make(i->second,fusepath_);
rv = l::getattr(fullpath,followsymlinks_,st_);
if((rv == -1) && (errno == ENOENT))
{
cache.erase(fusepath_);
continue;
}
if((rv == -1) && (errno != ENOENT))
break;
if(rv == -1)