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

Documentation: cgroups: just fix a few typos

Just fix some typos in blkio-controller.txt, freezer-subsystem.txt,
unified-hierarchy.txt.

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Yuan Sun and committed by
Jonathan Corbet
55d01595 76caa6ca

+3 -3
+1 -1
Documentation/cgroups/blkio-controller.txt
··· 59 59 - At macro level, first dd should finish first. To get more precise data, keep 60 60 on looking at (with the help of script), at blkio.disk_time and 61 61 blkio.disk_sectors files of both test1 and test2 groups. This will tell how 62 - much disk time (in milli seconds), each group got and how many secotors each 62 + much disk time (in milliseconds), each group got and how many sectors each 63 63 group dispatched to the disk. We provide fairness in terms of disk time, so 64 64 ideally io.disk_time of cgroups should be in proportion to the weight. 65 65
+1 -1
Documentation/cgroups/freezer-subsystem.txt
··· 50 50 expected. 51 51 52 52 The cgroup freezer is hierarchical. Freezing a cgroup freezes all 53 - tasks beloning to the cgroup and all its descendant cgroups. Each 53 + tasks belonging to the cgroup and all its descendant cgroups. Each 54 54 cgroup has its own state (self-state) and the state inherited from the 55 55 parent (parent-state). Iff both states are THAWED, the cgroup is 56 56 THAWED.
+1 -1
Documentation/cgroups/unified-hierarchy.txt
··· 491 491 ${R|W}BPS are read/write bytes per second and ${R|W}IOPS are 492 492 read/write IOs per second. "max" indicates no limit. Writing 493 493 to the file follows the same format but the individual 494 - settings may be ommitted or specified in any order. 494 + settings may be omitted or specified in any order. 495 495 496 496 This file is available only on non-root cgroups. 497 497