projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b53202e
)
Subject: cgroup: Fix incomplete dd command in blkio documentation
author
Yuan Sun
<sunyuan3@huawei.com>
Mon, 7 Dec 2015 15:28:46 +0000
(10:28 -0500)
committer
Tejun Heo
<tj@kernel.org>
Mon, 7 Dec 2015 15:28:46 +0000
(10:28 -0500)
Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/cgroup-legacy/blkio-controller.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/cgroup-legacy/blkio-controller.txt
b/Documentation/cgroup-legacy/blkio-controller.txt
index 4ecc954a3063b3d52ebec507cca73e24be4c82bb..673dc34d3f7812c5030133821e81d9772f8aa546 100644
(file)
--- 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