]> git.ipfire.org Git - thirdparty/lxc.git/commit
cgroups: fix the recently broken setting of clone_children
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 26 Jul 2013 20:57:10 +0000 (22:57 +0200)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 26 Jul 2013 21:00:16 +0000 (16:00 -0500)
commitc9cbb9e51436f84d7871a50776dccacfd8dc196a
treee62b51ebd39dfe6762a73665b0061521ac562d92
parent2c495ae35a804e3c12cb9f4826c30295043986ce
cgroups: fix the recently broken setting of clone_children

Several places think that the current cgroup will be NULL rather
than "/" when we're in the root cgroup.  Fix that.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/cgroup.c