From: Tejun Heo Date: Mon, 24 Jun 2013 22:21:47 +0000 (-0700) Subject: cgroup: prefix global variables with "cgroup_" X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~44^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9871bf9550d25e488cd2f0ce958d3f59f17fa720;p=pandora-kernel.git 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 Acked-by: Li Zefan --- Reading git-diff-tree failed