From: Marcos Paulo de Souza Date: Tue, 3 Sep 2019 14:04:02 +0000 (-0600) Subject: Documenation: switching-sched: Remove notes about elevator argument X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f97eeb6cfd527f5d40167bf20359eee3c1d23a6d;p=linux.git 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 Reviewed-by: Christoph Hellwig Signed-off-by: Marcos Paulo de Souza .txt file is now .rst Signed-off-by: Jens Axboe --- diff --git a/Documentation/block/switching-sched.rst b/Documentation/block/switching-sched.rst index 42042417380eb..520f6b857544e 100644 --- a/Documentation/block/switching-sched.rst +++ b/Documentation/block/switching-sched.rst @@ -2,10 +2,6 @@ Switching Scheduler =================== -To choose IO schedulers at boot time, use the argument 'elevator=deadline'. -'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 in::