* [PATCH] Fix CFQ I/O scheduler parameter name in documentation
@ 2015-12-04 9:10 Libor Pechacek
2015-12-10 18:27 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Libor Pechacek @ 2015-12-04 9:10 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: linux-doc, linux-kernel, trivial
As seen in block/cfq-iosched.c, the parameter name is low_latency.
Signed-off-by: Libor Pechacek <lpechacek@suse.cz>
---
Documentation/block/cfq-iosched.txt | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/Documentation/block/cfq-iosched.txt b/Documentation/block/cfq-iosched.txt
index f3bc72945cbd..1e4f835a659d 100644
--- a/Documentation/block/cfq-iosched.txt
+++ b/Documentation/block/cfq-iosched.txt
@@ -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.
--
1.7.12.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix CFQ I/O scheduler parameter name in documentation
2015-12-04 9:10 [PATCH] Fix CFQ I/O scheduler parameter name in documentation Libor Pechacek
@ 2015-12-10 18:27 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2015-12-10 18:27 UTC (permalink / raw)
To: Libor Pechacek; +Cc: linux-doc, linux-kernel, trivial
On Fri, 4 Dec 2015 10:10:03 +0100
Libor Pechacek <lpechacek@suse.com> wrote:
> As seen in block/cfq-iosched.c, the parameter name is low_latency.
Applied to the docs tree, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-10 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-04 9:10 [PATCH] Fix CFQ I/O scheduler parameter name in documentation Libor Pechacek
2015-12-10 18:27 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox