mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-21 00:15:12 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
bcad5ccf78
commit
de32d6e985
@ -114,7 +114,8 @@ namespace l
|
||||
if(rv == -1)
|
||||
return -errno;
|
||||
|
||||
i = cache.insert({fusepath_,basepaths[0]});
|
||||
auto rv = cache.insert({fusepath_,basepaths[0]});
|
||||
i = rv.first;
|
||||
}
|
||||
|
||||
fullpath = fs::path::make(i->second,fusepath_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user