diff mbox series

[v2,3/4] Documenation: switching-sched: Remove notes about elevator argument

Message ID 20190901232916.4692-4-marcos.souza.org@gmail.com (mailing list archive)
State New, archived
Headers show
Series Remove elevator kernel parameter | expand

Commit Message

Marcos Paulo de Souza Sept. 1, 2019, 11:29 p.m. UTC
This argument was ignored since blk-mq was set as default, so remove it
from documentation.

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
---
 Documentation/block/switching-sched.rst | 4 ----
 1 file changed, 4 deletions(-)

Comments

Christoph Hellwig Sept. 3, 2019, 9:06 a.m. UTC | #1
On Sun, Sep 01, 2019 at 08:29:15PM -0300, Marcos Paulo de Souza wrote:
> This argument was ignored since blk-mq was set as default, so remove it
> from documentation.
> 
> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> Reviewed-by: Hannes Reinecke <hare@suse.com>

Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>
diff mbox series

Patch

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::