diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-01-14 13:21:20 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-14 18:27:14 -0800 |
commit | 16ab3adf562fb723d9085c998637f214b10072c5 (patch) | |
tree | e49bb415ddf8be2b6aff29cb9bbbe93a77f26dbe /Documentation | |
parent | a6b25b675db9f9f1af640b928f5476e8454b391c (diff) | |
download | op-kernel-dev-16ab3adf562fb723d9085c998637f214b10072c5.zip op-kernel-dev-16ab3adf562fb723d9085c998637f214b10072c5.tar.gz |
[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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index e88e348..1cbcf65 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. |