mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-21 19:07:56 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
e543d3284d
commit
4dc33d0a0e
@ -152,7 +152,7 @@ namespace l
|
||||
if(rv == -1)
|
||||
return -errno;
|
||||
|
||||
i = cache.insert(fusepath_,basepaths[0]);
|
||||
basepath = cache.insert(fusepath_,basepaths[0]);
|
||||
}
|
||||
|
||||
fullpath = fs::path::make(basepath,fusepath_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user