[PATCH 1/6] cgroup: Adds cgroup_destroy_children

2015-08-23 Thread Vikas Shivappa
cgroup currently does not support removing a cgroup directory if it has children. Adds a api cgroup_destroy_children which destroys all the children in the cgroup hierarchy starting from the bottom. After each cgroup node is destroyed we wait till the css is offlined and freed. Signed-off-by:

[PATCH 1/6] cgroup: Adds cgroup_destroy_children

2015-08-23 Thread Vikas Shivappa
cgroup currently does not support removing a cgroup directory if it has children. Adds a api cgroup_destroy_children which destroys all the children in the cgroup hierarchy starting from the bottom. After each cgroup node is destroyed we wait till the css is offlined and freed. Signed-off-by: