cgroups: fix cg_legacy_freeze() return type

parent 2e85effb
...@@ -1890,7 +1890,7 @@ __cgfsng_ops static bool cgfsng_criu_get_hierarchies(struct cgroup_ops *ops, ...@@ -1890,7 +1890,7 @@ __cgfsng_ops static bool cgfsng_criu_get_hierarchies(struct cgroup_ops *ops,
return true; return true;
} }
static bool cg_legacy_freeze(struct cgroup_ops *ops) static int cg_legacy_freeze(struct cgroup_ops *ops)
{ {
struct hierarchy *h; struct hierarchy *h;
......
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