[PATCH] trivial: fix documentation regarding default io scheduler

From: Rogério Brito
Date: Sun Oct 19 2008 - 03:24:41 EST


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@xxxxxxxxxx>

---

--- 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/