summaryrefslogtreecommitdiffstats
path: root/Documentation/cgroups.txt
diff options
context:
space:
mode:
authorDhaval Giani2008-05-12 23:02:31 +0200
committerLinus Torvalds2008-05-13 17:02:25 +0200
commit0f146a764ff08c4c210c04239c5e6784b4b77485 (patch)
tree66231367ac864e37cd7dce92b9723a8b369e2baf /Documentation/cgroups.txt
parentmemcg: fix possible panic when CONFIG_MM_OWNER=y (diff)
downloadkernel-qcow2-linux-0f146a764ff08c4c210c04239c5e6784b4b77485.tar.gz
kernel-qcow2-linux-0f146a764ff08c4c210c04239c5e6784b4b77485.tar.xz
kernel-qcow2-linux-0f146a764ff08c4c210c04239c5e6784b4b77485.zip
cgroups: fix documentation
Correct the cgroups documentation to reflect the correct file names. Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> Cc: Sudhir Kumar <skumar@linux.vnet.ibm.com> Cc: Balbir Singh <balbir@in.ibm.com> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Acked-by: Paul Menage <menage@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/cgroups.txt')
-rw-r--r--Documentation/cgroups.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/cgroups.txt b/Documentation/cgroups.txt
index c298a6690e0d..824fc0274471 100644
--- a/Documentation/cgroups.txt
+++ b/Documentation/cgroups.txt
@@ -310,8 +310,8 @@ and then start a subshell 'sh' in that cgroup:
cd /dev/cgroup
mkdir Charlie
cd Charlie
- /bin/echo 2-3 > cpus
- /bin/echo 1 > mems
+ /bin/echo 2-3 > cpuset.cpus
+ /bin/echo 1 > cpuset.mems
/bin/echo $$ > tasks
sh
# The subshell 'sh' is now running in cgroup Charlie