Fix CFQ I/O scheduler parameter name in documentation
authorLibor Pechacek <lpechacek@suse.com>
Fri, 4 Dec 2015 09:10:03 +0000 (10:10 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 10 Dec 2015 18:26:24 +0000 (11:26 -0700)
As seen in block/cfq-iosched.c, the parameter name is low_latency.

Signed-off-by: Libor Pechacek <lpechacek@suse.cz>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/block/cfq-iosched.txt

index f3bc72945cbd3827872e4e25163830e3fef72571..1e4f835a659db7b1740bdc8ecedf8e2ccf7b2ea8 100644 (file)
@@ -81,14 +81,13 @@ on higher end storage.
 
 Default value for this parameter is 8ms.
 
-latency
--------
-This parameter is used to enable/disable the latency mode of the CFQ
-scheduler. If latency mode (called low_latency) is enabled, CFQ tries
-to recompute the slice time for each process based on the target_latency set
-for the system. This favors fairness over throughput. Disabling low
-latency (setting it to 0) ignores target latency, allowing each process in the
-system to get a full time slice.
+low_latency
+-----------
+This parameter is used to enable/disable the low latency mode of the CFQ
+scheduler. If enabled, CFQ tries to recompute the slice time for each process
+based on the target_latency set for the system. This favors fairness over
+throughput. Disabling low latency (setting it to 0) ignores target latency,
+allowing each process in the system to get a full time slice.
 
 By default low latency mode is enabled.
 
This page took 0.029374 seconds and 5 git commands to generate.