]> git.baikalelectronics.ru Git - kernel.git/commit
Control groups: Replace "cont" with "cgrp" and other misc renaming
authorPaul Menage <menage@google.com>
Fri, 19 Oct 2007 06:40:44 +0000 (23:40 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 19 Oct 2007 18:53:43 +0000 (11:53 -0700)
commitf5f8e5134c842286eac8585cb0d96bf5be26c569
tree4564755be493b144d9a78766eae3de87326e23e4
parent5b279bd1beaecb67370557ac42fe14049233e72c
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 <menage@google.com>
Acked-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/cgroup.c