diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2011-11-04 11:22:33 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-04 12:01:48 -0700 |
commit | b31966816dcd3d8b16109f39d7c7501dc9abb010 (patch) | |
tree | ed9545d24ae6b36c9ca475de7857d60270ae6d4c /Documentation/block | |
parent | ee31892aaf47f1b5fd1323c9397db5d3f22d8b9e (diff) | |
download | linux-b31966816dcd3d8b16109f39d7c7501dc9abb010.tar.bz2 |
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 @@ To choose IO schedulers at boot time, use the argument 'elevator=deadline'. -'noop', 'as' and 'cfq' (the default) are also available. IO schedulers are -assigned globally at boot time only presently. +'noop' and 'cfq' (the default) are also available. IO schedulers are assigned +globally at boot time only presently. Each io queue has a set of io scheduler tunables associated with it. These tunables control how the io scheduler works. You can find these entries |