LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] trivial: fix documentation regarding default io scheduler
@ 2008-10-19 7:24 Rogério Brito
2008-10-19 15:41 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Rogério Brito @ 2008-10-19 7:24 UTC (permalink / raw)
To: linux-kernel, trivial
The current Kconfig.iosched documentation says that the default I/O
scheduler is the CFQ scheduler, but the default, if nothing is changed,
is the anticipatory scheduler.
This patch fixes the documentation.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
---
--- linux/block/Kconfig.iosched.old
+++ linux/block/Kconfig.iosched
@@ -19,7 +19,7 @@
The anticipatory I/O scheduler is generally a good choice for most
environments, but is quite large and complex when compared to the
deadline I/O scheduler, it can also be slower in some cases
- especially some database loads.
+ especially some database loads. This is the default I/O scheduler.
config IOSCHED_DEADLINE
tristate "Deadline I/O scheduler"
@@ -38,7 +38,6 @@
The CFQ I/O scheduler tries to distribute bandwidth equally
among all processes in the system. It should provide a fair
working environment, suitable for desktop systems.
- This is the default I/O scheduler.
choice
prompt "Default I/O scheduler"
--
Rogério Brito : rbrito@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-19 15:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-19 7:24 [PATCH] trivial: fix documentation regarding default io scheduler Rogério Brito
2008-10-19 15:41 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).