diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2019-09-03 17:04:02 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-09-03 17:04:02 +0300 |
commit | f97eeb6cfd527f5d40167bf20359eee3c1d23a6d (patch) | |
tree | 089bdc810bdf3dd76a40dbd2f9782cd19d279140 | |
parent | 85c0a037dc7a1a34d6add49d6eaa2deddbf43d7b (diff) | |
download | linux-f97eeb6cfd527f5d40167bf20359eee3c1d23a6d.tar.xz |
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>
-rw-r--r-- | Documentation/block/switching-sched.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/block/switching-sched.rst b/Documentation/block/switching-sched.rst index 42042417380e..520f6b857544 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:: |