From: Yuan Sun Date: Mon, 7 Dec 2015 15:28:46 +0000 (-0500) Subject: Subject: cgroup: Fix incomplete dd command in blkio documentation X-Git-Tag: v4.5-rc1~127^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e11362bb25d97ea1cbe9e3b1e5f3d32aa4e75e13;p=platform%2Fkernel%2Flinux-exynos.git Subject: cgroup: Fix incomplete dd command in blkio documentation Signed-off-by: Yuan Sun Signed-off-by: Tejun Heo --- diff --git a/Documentation/cgroup-legacy/blkio-controller.txt b/Documentation/cgroup-legacy/blkio-controller.txt index 4ecc954..673dc34 100644 --- a/Documentation/cgroup-legacy/blkio-controller.txt +++ b/Documentation/cgroup-legacy/blkio-controller.txt @@ -84,8 +84,7 @@ Throttling/Upper Limit policy - Run dd to read a file and see if rate is throttled to 1MB/s or not. - # dd if=/mnt/common/zerofile of=/dev/null bs=4K count=1024 - # iflag=direct + # dd iflag=direct if=/mnt/common/zerofile of=/dev/null bs=4K count=1024 1024+0 records in 1024+0 records out 4194304 bytes (4.2 MB) copied, 4.0001 s, 1.0 MB/s