Unverified Commit f0d33515 by Stéphane Graber Committed by GitHub

Merge pull request #2732 from brauner/2018-11-21/remove_freezer_requirement

cgfsng: remove freezer requirement
parents 4d2ec4c4 4143c201
...@@ -703,11 +703,6 @@ static bool all_controllers_found(struct cgroup_ops *ops) ...@@ -703,11 +703,6 @@ static bool all_controllers_found(struct cgroup_ops *ops)
char **cur; char **cur;
struct hierarchy **hlist = ops->hierarchies; struct hierarchy **hlist = ops->hierarchies;
if (!controller_found(hlist, "freezer")) {
ERROR("No freezer controller mountpoint found");
return false;
}
if (!ops->cgroup_use) if (!ops->cgroup_use)
return true; return true;
......
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