cgroups: log early return

parent a12df67a
......@@ -1923,7 +1923,7 @@ __cgfsng_ops static bool cgfsng_mount(struct cgroup_ops *ops,
}
if (in_cgroup_ns && !wants_force_mount)
return true;
return log_trace(true, "Mounting cgroups not requested or needed");
/*
* Fallback to a mixed layout when the user did not specify what cgroup
......
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