Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thadeu Lima de Souza Cascardo and committed by
Jiri Kosina
6d5e147d 2a7af8ca

+1 -1
+1 -1
Documentation/cgroups/memcg_test.txt
··· 356 356 (Shell-B) 357 357 # move all tasks in /cgroup/test to /cgroup 358 358 # /sbin/swapoff -a 359 - # rmdir /test/cgroup 359 + # rmdir /cgroup/test 360 360 # kill malloc task. 361 361 362 362 Of course, tmpfs v.s. swapoff test should be tested, too.