]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cgroup: link all cgroup_subsys_states in their sibling lists
authorTejun Heo <tj@kernel.org>
Fri, 16 May 2014 17:22:49 +0000 (13:22 -0400)
committerTejun Heo <tj@kernel.org>
Fri, 16 May 2014 17:22:49 +0000 (13:22 -0400)
commit1fed1b2e36ba1aa0257004a97e75bbdb70f216b5
treeacc83e47c3cd7366107672fd298a73824b3fdfea
parentd5c419b68e368fdd9f1857bf8d4bb4480edb9b80
cgroup: link all cgroup_subsys_states in their sibling lists

Currently, while all csses have ->children and ->sibling, only the
self csses of cgroups make use of them.  This patch makes all other
csses to link themselves on the sibling lists too.  This will be used
to update css iteration.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
kernel/cgroup.c