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
83eb2d1740
commit
2902fd3dfd
|
@ -114,7 +114,7 @@ namespace l
|
|||
if(rv == -1)
|
||||
return -errno;
|
||||
|
||||
cache.insert({fusepath_,basepaths[0]});
|
||||
i = cache.insert({fusepath_,basepaths[0]});
|
||||
}
|
||||
|
||||
fullpath = fs::path::make(basepaths[0],fusepath_);
|
||||
|
|
Loading…
Reference in New Issue
Block a user