From: Tejun Heo Date: Fri, 16 May 2014 17:22:48 +0000 (-0400) Subject: cgroup: move cgroup->sibling and ->children into cgroup_subsys_state X-Git-Tag: omap-for-v3.16/fixes-against-rc1~81^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5c419b68e368fdd9f1857bf8d4bb4480edb9b80;p=pandora-kernel.git cgroup: move cgroup->sibling and ->children into cgroup_subsys_state We're moving towards using cgroup_subsys_states as the fundamental structural blocks. Let's move cgroup->sibling and ->children into cgroup_subsys_state. This is pure move without functional change and only cgroup->self's fields are actually used. Other csses will make use of the fields later. While at it, update init_and_link_css() so that it zeroes the whole css before initializing it and remove explicit zeroing of ->flags. Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed