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
325be7ede7
commit
593ad5fcdd
|
@ -152,9 +152,8 @@ namespace l
|
||||||
if(rv == -1)
|
if(rv == -1)
|
||||||
return -errno;
|
return -errno;
|
||||||
|
|
||||||
|
cache.insert(fusepath_,basepaths[0]);
|
||||||
basepath = basepaths[0];
|
basepath = basepaths[0];
|
||||||
cache.insert(fusepath_,basepath.value());
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fullpath = fs::path::make(basepath.value(),fusepath_);
|
fullpath = fs::path::make(basepath.value(),fusepath_);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user