diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-11-11 12:09:59 +0100 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-11-11 12:09:59 +0100 |
commit | 17a9e7bbae178d1326e4631ab6350a272349c99d (patch) | |
tree | eaa63823d47367e5d6dea9f12b5a531237152e1f /Documentation/kernel-parameters.txt | |
parent | 02e031cbc843b010e72fcc05c76113c688b2860f (diff) | |
download | talos-obmc-linux-17a9e7bbae178d1326e4631ab6350a272349c99d.tar.gz talos-obmc-linux-17a9e7bbae178d1326e4631ab6350a272349c99d.zip |
Documentation: remove anticipatory scheduler info
Remove anticipatory block I/O scheduler info from Documentation/
since the code has been deleted.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Reported-by: "Robert P. J. Day" <rpjday@crashcourse.ca>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-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 ed45e9802aa8..92e83e53148f 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -706,7 +706,7 @@ and is between 256 and 4096 characters. It is defined in the file arch/x86/kernel/cpu/cpufreq/elanfreq.c. elevator= [IOSCHED] - Format: {"anticipatory" | "cfq" | "deadline" | "noop"} + Format: {"cfq" | "deadline" | "noop"} See Documentation/block/as-iosched.txt and Documentation/block/deadline-iosched.txt for details. |