]> git.ipfire.org Git - thirdparty/lxc.git/commit
cgfsng: make sure a cgroup does not already exist 884/head
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 9 Mar 2016 07:34:19 +0000 (23:34 -0800)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 9 Mar 2016 07:34:19 +0000 (23:34 -0800)
commitd8da679e2a3b49ea389297dfd67e8c18bbb70116
tree69ca79779d25c114f2e81436a14c19a5effe6f09
parentb4ffcca8e83ec6b70bfe5d72da6f0dd930113679
cgfsng: make sure a cgroup does not already exist

Our mkdir_p ignore eexist, and of course we want that for
upper path components, but the final directory itself must
not already exist.

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