Task Control Groups: make cpusets a client of cgroups
authorPaul Menage <menage@google.com>
Fri, 19 Oct 2007 06:39:39 +0000 (23:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 19 Oct 2007 18:53:36 +0000 (11:53 -0700)
commit8793d854edbc2774943a4b0de3304dc73991159a
tree380b3403a0fedfcce61d9af5af1ffbcc71017abf
parent81a6a5cdd2c5cd70874b88afe524ab09e9e869af
Task Control Groups: make cpusets a client of cgroups

Remove the filesystem support logic from the cpusets system and makes cpusets
a cgroup subsystem

The "cpuset" filesystem becomes a dummy filesystem; attempts to mount it get
passed through to the cgroup filesystem with the appropriate options to
emulate the old cpuset filesystem behaviour.

Signed-off-by: Paul Menage <menage@google.com>
Cc: Serge E. Hallyn <serue@us.ibm.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Dave Hansen <haveblue@us.ibm.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: Paul Jackson <pj@sgi.com>
Cc: Kirill Korotaev <dev@openvz.org>
Cc: Herbert Poetzl <herbert@13thfloor.at>
Cc: Srivatsa Vaddagiri <vatsa@in.ibm.com>
Cc: Cedric Le Goater <clg@fr.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/cpusets.txt
fs/proc/base.c
include/linux/cgroup_subsys.h
include/linux/cpuset.h
include/linux/mempolicy.h
include/linux/sched.h
init/Kconfig
kernel/cpuset.c
kernel/exit.c
kernel/fork.c
mm/mempolicy.c