Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wang Sheng-Hui and committed by
Linus Torvalds
b3196681 ee31892a

+2 -2
+2 -2
Documentation/block/switching-sched.txt
··· 1 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 3 - assigned globally at boot time only presently. 2 + 'noop' and 'cfq' (the default) are also available. IO schedulers are assigned 3 + globally at boot time only presently. 4 4 5 5 Each io queue has a set of io scheduler tunables associated with it. These 6 6 tunables control how the io scheduler works. You can find these entries