[PATCH 04/12] cgroup: factor out cgroup_create() out of cgroup_mkdir()

2016-02-22 Thread Tejun Heo
We're in the process of refactoring cgroup and css management paths to separate them out to eventually allow cgroups which aren't visible through cgroup fs. This patch factors out cgroup_create() out of cgroup_mkdir(). cgroup_create() contains all internal object creation and initialization.

[PATCH 04/12] cgroup: factor out cgroup_create() out of cgroup_mkdir()

2016-02-22 Thread Tejun Heo
We're in the process of refactoring cgroup and css management paths to separate them out to eventually allow cgroups which aren't visible through cgroup fs. This patch factors out cgroup_create() out of cgroup_mkdir(). cgroup_create() contains all internal object creation and initialization.