From: Tejun Heo Date: Sun, 1 Apr 2012 19:09:55 +0000 (-0700) Subject: cgroup: convert all non-memcg controllers to the new cftype interface X-Git-Tag: v3.5-rc1~142^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4baf6e33251b37f111e21289f8ee71fe4cce236e;p=pandora-kernel.git cgroup: convert all non-memcg controllers to the new cftype interface Convert debug, freezer, cpuset, cpu_cgroup, cpuacct, net_prio, blkio, net_cls and device controllers to use the new cftype based interface. Termination entry is added to cftype arrays and populate callbacks are replaced with cgroup_subsys->base_cftypes initializations. This is functionally identical transformation. There shouldn't be any visible behavior change. memcg is rather special and will be converted separately. Signed-off-by: Tejun Heo Acked-by: Li Zefan Cc: Paul Menage Cc: Ingo Molnar Cc: Peter Zijlstra Cc: "David S. Miller" Cc: Vivek Goyal --- Reading git-diff-tree failed