]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: rename cgroup->dummy_css to ->self and move it to the top
authorTejun Heo <tj@kernel.org>
Wed, 14 May 2014 13:15:00 +0000 (09:15 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 14 May 2014 13:15:00 +0000 (09:15 -0400)
commit7c3f7261ba097a053e72186ab242e75be5684844
tree936ff26905eb211065e2a19dce736c8e4f40202a
parent976f2d9a2512e91ae13ddf687b8d0e5e298ce21d
cgroup: rename cgroup->dummy_css to ->self and move it to the top

cgroup->dummy_css is used as the placeholder css when performing css
oriended operations on the cgroup.  We're gonna shift more cgroup
management to this css.  Let's rename it to ->self and move it to the
top.

This is pure rename and field relocation.

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