mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 02:09:52 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
4f2796cfd0
commit
43545af511
|
@ -150,7 +150,7 @@ namespace l
|
|||
if(rv == -1)
|
||||
return -errno;
|
||||
|
||||
i = cache.insert({fusepath_,basepaths[0]});
|
||||
i = cache.insert(fusepath_,basepaths[0]);
|
||||
}
|
||||
|
||||
fullpath = fs::path::make(i->second,fusepath_);
|
||||
|
|
Loading…
Reference in New Issue
Block a user