|
@ -64,7 +64,10 @@ _mkdir(const fs::SearchFunc searchFunc, |
|
|
|
|
|
|
|
|
rv = createPathFunc(srcmounts,dirname,createpath); |
|
|
rv = createPathFunc(srcmounts,dirname,createpath); |
|
|
if(createpath[0].base != existingpath[0].base) |
|
|
if(createpath[0].base != existingpath[0].base) |
|
|
|
|
|
{ |
|
|
|
|
|
const mergerfs::ugid::SetResetGuard ugid(0,0); |
|
|
fs::clonepath(existingpath[0].base,createpath[0].base,dirname); |
|
|
fs::clonepath(existingpath[0].base,createpath[0].base,dirname); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
path = fs::make_path(createpath[0].base,fusepath); |
|
|
path = fs::make_path(createpath[0].base,fusepath); |
|
|
|
|
|
|
|
|