mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-18 15:22:44 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
2902fd3dfd
commit
bcad5ccf78
|
@ -117,7 +117,7 @@ namespace l
|
|||
i = cache.insert({fusepath_,basepaths[0]});
|
||||
}
|
||||
|
||||
fullpath = fs::path::make(basepaths[0],fusepath_);
|
||||
fullpath = fs::path::make(i->second,fusepath_);
|
||||
|
||||
switch(followsymlinks_)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user