fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-13 19:56:51 -06:00
parent c4b8701d65
commit 69510773b8

View File

@ -106,7 +106,10 @@ namespace l
int rv;
string fullpath;
StrVec basepaths;
thread_local static std::unordered_map<std::string,std::string> cache;
rv =
rv = searchFunc_(branches_,fusepath_,&basepaths);
if(rv == -1)
return -errno;