]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/cgroups/cgfs.c
cgroup: change unfreeze_fromhandler to return bool
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 30 Jan 2014 14:19:41 +0000 (14:19 +0000)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 31 Jan 2014 10:34:11 +0000 (10:34 +0000)
commitecfcb3f00a93695b03f790e3ba05896847d5bd1e
tree074a4d3a3530b630021d47f4e5553be226763dcc
parentc476bdce46f5fd8e9ee261e40c86988211cbc278
cgroup: change unfreeze_fromhandler to return bool

To be more consistent with other cgroup_ops methods, in the hopes
of having less return-value-related mixups.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/cgmanager.c
src/lxc/cgroup.c
src/lxc/cgroup.h
src/lxc/commands.c