Unverified Commit a2a5f386 by Michael Sparmann Committed by Christian Brauner

Fix lxc.cgroup2.<controller> on cgroup2-only systems

parent 6e935c25
......@@ -2551,6 +2551,7 @@ static int cg_unified_init(struct cgroup_ops *ops)
add_hierarchy(&ops->hierarchies, delegatable, mountpoint, base_cgroup, CGROUP2_SUPER_MAGIC);
ops->cgroup_layout = CGROUP_LAYOUT_UNIFIED;
ops->unified = new;
return CGROUP2_SUPER_MAGIC;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment