From: Tejun Heo Date: Tue, 4 Jun 2013 02:14:34 +0000 (-0700) Subject: cgroup: clean up the cftype array for the base cgroup files X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~43^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5c56ced775f6bdc32b689b01c9c4f9b66e18610;p=pandora-kernel.git cgroup: clean up the cftype array for the base cgroup files * Rename it from files[] (really?) to cgroup_base_files[]. * Drop CGROUP_FILE_GENERIC_PREFIX which was defined as "cgroup." and used inconsistently. Just use "cgroup." directly. * Collect insane files at the end. Note that only the insane ones are missing "cgroup." prefix. This patch doesn't introduce any functional changes. Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed