Skip to content

Commit

Permalink
trivial: Give the right path in Documentation example
Browse files Browse the repository at this point in the history
While the Documentation example creates /cgroup/test, it removes
/test/cgroup, which is clearly not the intended path. Change that to
/cgroup/test.

Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Jiri Kosina committed Mar 30, 2009
1 parent 2a7af8c commit 6d5e147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/cgroups/memcg_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ Under below explanation, we assume CONFIG_MEM_RES_CTRL_SWAP=y.
(Shell-B)
# move all tasks in /cgroup/test to /cgroup
# /sbin/swapoff -a
# rmdir /test/cgroup
# rmdir /cgroup/test
# kill malloc task.

Of course, tmpfs v.s. swapoff test should be tested, too.

0 comments on commit 6d5e147

Please sign in to comment.