Skip to content

Commit

Permalink
cgroups: fix cg_legacy_freeze() return type
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Feb 26, 2021
1 parent f8109de commit 028afdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/cgroups/cgfsng.c
Expand Up @@ -1888,7 +1888,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;

Expand Down

0 comments on commit 028afdc

Please sign in to comment.