Received: by 2002:ac0:8c8e:0:0:0:0:0 with SMTP id r14csp1203116ima; Wed, 6 Feb 2019 15:48:25 -0800 (PST) X-Google-Smtp-Source: AHgI3IYm3x7dHQ4Sr6Ik2J12Obpo9fIYo9mcg3Ll6bD+C26z0UyYyrS3H4lCSzmjN42/7dUf5/Q/ X-Received: by 2002:a63:e74e:: with SMTP id j14mr12155979pgk.449.1549496905553; Wed, 06 Feb 2019 15:48:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549496905; cv=none; d=google.com; s=arc-20160816; b=reegCSpt5HkfSyRuMa5Q7a+RZO2DrPND4z6+n9oxcJua1EBeLQwBvDvvKldq9HgPzf eP2YQHE+PERRyvk2rRPfeyz+7kLx44RoF0W9I9r/hmXejOYDZ2LdnWvFS9k+etzLBPUP 0nsJUgW98t9IF/sLd7pELY6V4xAL7zhRKvj8kh16SDK1LYZcogPdyuCZW4g55GFGZFo7 N22HO77nI01eIknCzC9r88iYZ2BK7mnU1Hd3YPLfXG/rWSkBQuvZHtJcNgnT2mnfRaas fIWa3+BnYVQwAIVQoFhuK6gmNoFItJHBlkeeCOedazNlQYxLS2NMSR607ASA40craQrc TNyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=fViCOtHeij1QGmnSYxePB9IF5UBoLjUMTqZVfBJeCbE=; b=UrLPg519YFoFLk5eXeDeoK2nSB3H6dpqm9CfgbvMsyt+rID3r2wItHbV1euFf0A+tj rffAO5uigGjyfp+pQeJHWtXsw3HAwW8v0/OUCsMWdoGPXr4/YDLiQxqgqDuhRJ9HOhlD PlAFlSH+M1UZF6wUooiscUKy1hIcborwX/BZxGgg8t7JX0ZVWM0Z8wEsOURjtUiQgcYV hT1y1Jx+V5Hv3U0mgRzXxeIn6ohBX8cy6rIhsNLkDLi7EUY+bh1SrDCDE2pdTxDHzWrT YP33RSUIzAMJksB0PqYOxAZSmAMcO1FZ3fK5DkNlu17ZzzOxJyrJpsBGZjsqZwPxR8UH Z63w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t75si3177123pfi.193.2019.02.06.15.48.01; Wed, 06 Feb 2019 15:48:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726515AbfBFXqZ (ORCPT + 99 others); Wed, 6 Feb 2019 18:46:25 -0500 Received: from ms.lwn.net ([45.79.88.28]:35370 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726186AbfBFXqZ (ORCPT ); Wed, 6 Feb 2019 18:46:25 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id C6C602D4; Wed, 6 Feb 2019 23:46:24 +0000 (UTC) Date: Wed, 6 Feb 2019 16:46:23 -0700 From: Jonathan Corbet To: Otto Sabart Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Jens Axboe Subject: Re: [PATCH 1/1] doc: kernel-parameters.txt: fix documentation of elevator parameter Message-ID: <20190206164623.2c34715d@lwn.net> In-Reply-To: <6775e969738a795c578dbc3072f3bebcd6cf7247.1549223107.git.ottosabart@seberm.com> References: <6775e969738a795c578dbc3072f3bebcd6cf7247.1549223107.git.ottosabart@seberm.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 3 Feb 2019 21:00:19 +0100 Otto Sabart wrote: > Legacy IO schedulers (cfq, deadline and noop) were removed in > f382fb0bcef4. > > The documentation for deadline was retained because it carries over to > mq-deadline as well, but location of the doc file was changed over time. > > The old iosched algorithms were removed from elevator= kernel parameter > and mq-deadline, kyber and bfq were added with a reference to their > documentation. > > Fixes: f382fb0bcef4 ("block: remove legacy IO schedulers") > Signed-off-by: Otto Sabart > --- > Documentation/admin-guide/kernel-parameters.txt | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt > index b799bcf67d7b..2238fb3c7dcf 100644 > --- a/Documentation/admin-guide/kernel-parameters.txt > +++ b/Documentation/admin-guide/kernel-parameters.txt > @@ -1182,9 +1182,10 @@ > arch/x86/kernel/cpu/cpufreq/elanfreq.c. > > elevator= [IOSCHED] > - Format: {"cfq" | "deadline" | "noop"} > - See Documentation/block/cfq-iosched.txt and > - Documentation/block/deadline-iosched.txt for details. > + Format: { "mq-deadline" | "kyber" | "bfq" } > + See Documentation/block/deadline-iosched.txt, > + Documentation/block/kyber-iosched.txt and > + Documentation/block/bfq-iosched.txt for details. Applied, thanks. jon