From: Christian Brauner Date: Sun, 21 Feb 2021 10:30:46 +0000 (+0100) Subject: cgroups: fix cg_legacy_freeze() return type X-Git-Tag: lxc-5.0.0~274^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8a4fe12820fdbc8883b752bcb3855c5682d0ff6;p=thirdparty%2Flxc.git cgroups: fix cg_legacy_freeze() return type Signed-off-by: Christian Brauner --- diff --git a/src/lxc/cgroups/cgfsng.c b/src/lxc/cgroups/cgfsng.c index 71bee9de9..71229054e 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -1890,7 +1890,7 @@ __cgfsng_ops static bool cgfsng_criu_get_hierarchies(struct cgroup_ops *ops, return true; } -static bool cg_legacy_freeze(struct cgroup_ops *ops) +static int cg_legacy_freeze(struct cgroup_ops *ops) { struct hierarchy *h;