cgroup: prefix global variables with "cgroup_"
authorTejun Heo <tj@kernel.org>
Mon, 24 Jun 2013 22:21:47 +0000 (15:21 -0700)
committerTejun Heo <tj@kernel.org>
Mon, 24 Jun 2013 22:21:47 +0000 (15:21 -0700)
commit9871bf9550d25e488cd2f0ce958d3f59f17fa720
treede3604abd257f7c04aaab44af07665ac68569bed
parent02c402d98588bdfd3bebd267db574e13afdef722
cgroup: prefix global variables with "cgroup_"

Global variable names in kernel/cgroup.c are asking for trouble -
subsys, roots, rootnode and so on.  Rename them to have "cgroup_"
prefix.

* s/subsys/cgroup_subsys/

* s/rootnode/cgroup_dummy_root/

* s/dummytop/cgroup_cummy_top/

* s/roots/cgroup_roots/

* s/root_count/cgroup_root_count/

This patch is purely cosmetic.

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