mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 17:57:41 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
325be7ede7
commit
593ad5fcdd
|
@ -152,9 +152,8 @@ namespace l
|
|||
if(rv == -1)
|
||||
return -errno;
|
||||
|
||||
cache.insert(fusepath_,basepaths[0]);
|
||||
basepath = basepaths[0];
|
||||
cache.insert(fusepath_,basepath.value());
|
||||
|
||||
}
|
||||
|
||||
fullpath = fs::path::make(basepath.value(),fusepath_);
|
||||
|
|
Loading…
Reference in New Issue
Block a user