From: Paul Menage Date: Fri, 19 Oct 2007 06:40:44 +0000 (-0700) Subject: Control groups: Replace "cont" with "cgrp" and other misc renaming X-Git-Tag: v2.6.24-rc1~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd89aabc6761de1c35b154fe6f914a445d301510;p=pandora-kernel.git Control groups: Replace "cont" with "cgrp" and other misc renaming Replace "cont" with "cgrp" and other misc renaming This patch finishes some of the names that got missed in the great "task containers" -> "control groups" rename. Primarily it renames the local variable "cont" to "cgrp" in a number of places, and renames the CONT_* enum members to CGRP_*. This patch is not intended to have any effect on the generated code; the output of "objdump -d kernel/cgroup.o" is unchanged. Signed-off-by: Paul Menage Acked-by: Paul Jackson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed