@ -96,6 +96,7 @@ namespace mergerfs
uid_t uid,
gid_t gid)
{
/*
const fuse_context *fc = fuse_get_context();
const Config &config = Config::get(fc);
const ugid::Set ugid(fc->uid,fc->gid);
@ -107,6 +108,8 @@ namespace mergerfs
fusepath,
uid,
gid);
*/
return 0;
}
@ -97,8 +97,8 @@ namespace fs
return -1;
rv = fs::chown(topath,st);
if(rv == -1)
//if(rv == -1)
// return -1;
rv = fs::utime(topath,st);