diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2011-11-04 14:22:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-04 15:01:48 -0400 |
commit | b31966816dcd3d8b16109f39d7c7501dc9abb010 (patch) | |
tree | ed9545d24ae6b36c9ca475de7857d60270ae6d4c /Documentation/block | |
parent | ee31892aaf47f1b5fd1323c9397db5d3f22d8b9e (diff) |
Documentation: drop as block elevator reference in switching-sched.txt
Remove 'as' for as is no longer supported, and we can not use
'elevator=as' any more.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/block')
-rw-r--r-- | Documentation/block/switching-sched.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/block/switching-sched.txt b/Documentation/block/switching-sched.txt index 71cfbdc0f74d..3b2612e342f1 100644 --- a/Documentation/block/switching-sched.txt +++ b/Documentation/block/switching-sched.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | To choose IO schedulers at boot time, use the argument 'elevator=deadline'. | 1 | To choose IO schedulers at boot time, use the argument 'elevator=deadline'. |
2 | 'noop', 'as' and 'cfq' (the default) are also available. IO schedulers are | 2 | 'noop' and 'cfq' (the default) are also available. IO schedulers are assigned |
3 | assigned globally at boot time only presently. | 3 | globally at boot time only presently. |
4 | 4 | ||
5 | Each io queue has a set of io scheduler tunables associated with it. These | 5 | Each io queue has a set of io scheduler tunables associated with it. These |
6 | tunables control how the io scheduler works. You can find these entries | 6 | tunables control how the io scheduler works. You can find these entries |