Skip to content

Commit

Permalink
Control groups: Replace "cont" with "cgrp" and other misc renaming
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Paul Jackson <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Paul Menage authored and Linus Torvalds committed Oct 19, 2007
1 parent 69cccb8 commit bd89aab
Showing 1 changed file with 247 additions and 247 deletions.
Loading

0 comments on commit bd89aab

Please sign in to comment.