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

Documenation: switching-sched: Remove notes about elevator argument

This argument was ignored since blk-mq was set as default, so remove it
from documentation.

Reviewed-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

.txt file is now .rst

Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Marcos Paulo de Souza and committed by
Jens Axboe
f97eeb6c 85c0a037

-4
-4
Documentation/block/switching-sched.rst
··· 2 2 Switching Scheduler 3 3 =================== 4 4 5 - To choose IO schedulers at boot time, use the argument 'elevator=deadline'. 6 - 'noop' and 'cfq' (the default) are also available. IO schedulers are assigned 7 - globally at boot time only presently. 8 - 9 5 Each io queue has a set of io scheduler tunables associated with it. These 10 6 tunables control how the io scheduler works. You can find these entries 11 7 in::