提交 bcebb4cc 编写于 作者: L Libor Pechacek 提交者: Jonathan Corbet

Fix CFQ I/O scheduler parameter name in documentation

As seen in block/cfq-iosched.c, the parameter name is low_latency.
Signed-off-by: NLibor Pechacek <lpechacek@suse.cz>
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 51af896b
...@@ -81,14 +81,13 @@ on higher end storage. ...@@ -81,14 +81,13 @@ on higher end storage.
Default value for this parameter is 8ms. Default value for this parameter is 8ms.
latency low_latency
------- -----------
This parameter is used to enable/disable the latency mode of the CFQ This parameter is used to enable/disable the low latency mode of the CFQ
scheduler. If latency mode (called low_latency) is enabled, CFQ tries scheduler. If enabled, CFQ tries to recompute the slice time for each process
to recompute the slice time for each process based on the target_latency set based on the target_latency set for the system. This favors fairness over
for the system. This favors fairness over throughput. Disabling low throughput. Disabling low latency (setting it to 0) ignores target latency,
latency (setting it to 0) ignores target latency, allowing each process in the allowing each process in the system to get a full time slice.
system to get a full time slice.
By default low latency mode is enabled. By default low latency mode is enabled.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册