Gitweb: http://git.kernel.org/linus/6d5e147dd034d9ceedc89fe39f4284700944f0c8 Commit: 6d5e147dd034d9ceedc89fe39f4284700944f0c8 Parent: 2a7af8ca8bc632a9dc138bff7f88a23fa3e5937a Author: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> AuthorDate: Tue Feb 3 11:57:13 2009 +0100 Committer: Jiri Kosina <jkosina@suse.cz> CommitDate: Mon Mar 30 15:22:02 2009 +0200 trivial: Give the right path in Documentation example 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> --- Documentation/cgroups/memcg_test.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/cgroups/memcg_test.txt b/Documentation/cgroups/memcg_test.txt index 523a9c1..a926359 100644 --- a/Documentation/cgroups/memcg_test.txt +++ b/Documentation/cgroups/memcg_test.txt @@ -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. -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
