fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-22 00:18:51 -06:00
parent 3b4b59f698
commit 516ed801ec

View File

@ -162,8 +162,6 @@ namespace l
break; break;
if((rv == -1) && (errno != ENOENT)) if((rv == -1) && (errno != ENOENT))
break; break;
cache.erase(fusepath_);
} }
if(rv == -1) if(rv == -1)