From: Randy Dunlap <rdunlap@xenotime.net>
Date: Sat, 14 Jan 2006 21:21:20 +0000 (-0800)
Subject: [PATCH] Update kernel-parameters.txt IOSCHED to spell out 'anticipatory'
X-Git-Tag: firefly_0821_release~38855
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=16ab3adf562fb723d9085c998637f214b10072c5;p=firefly-linux-kernel-4.4.55.git

[PATCH] Update kernel-parameters.txt IOSCHED to spell out 'anticipatory'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
---

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index e88e348886f2..1cbcf65b764b 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -471,7 +471,7 @@ running once the system is up.
 			arch/i386/kernel/cpu/cpufreq/elanfreq.c.
 
 	elevator=	[IOSCHED]
-			Format: {"as" | "cfq" | "deadline" | "noop"}
+			Format: {"anticipatory" | "cfq" | "deadline" | "noop"}
 			See Documentation/block/as-iosched.txt and
 			Documentation/block/deadline-iosched.txt for details.