From: Tejun Heo Date: Fri, 6 Dec 2013 20:11:56 +0000 (-0500) Subject: cgroup: factor out cgroup_subsys_state creation into create_css() X-Git-Tag: v3.14-rc1~136^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c81c925ad9b0460a14ec35b52c61158da0733d51;p=pandora-kernel.git cgroup: factor out cgroup_subsys_state creation into create_css() Now that all opertations to create a css (cgroup_subsys_state) are collected into a single loop in cgroup_create(), it's easy to factor it out into its own function. Factor out css creation into create_css(). This makes the code easier to follow and will enable decoupling css creation from cgroup creation which is necessary for the planned unified hierarchy. Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed