Skip to content

Commit

Permalink
cgroup: prefix global variables with "cgroup_"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tejun Heo committed Jun 24, 2013
1 parent 02c402d commit 9871bf9
Showing 1 changed file with 77 additions and 76 deletions.
Loading

0 comments on commit 9871bf9

Please sign in to comment.