mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-18 15:22:44 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
c4b8701d65
commit
69510773b8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user