Received: by 2002:ac0:8c9a:0:0:0:0:0 with SMTP id r26csp3035798ima; Sun, 3 Feb 2019 12:00:58 -0800 (PST) X-Google-Smtp-Source: ALg8bN6CjkdsbksAh4OyEAGrvjh1Ob8JOU+R5pASkOwD7/XKYnOyUVk+xxxKG7xuxXaemUrnb4tT X-Received: by 2002:a17:902:8d8e:: with SMTP id v14mr48253552plo.133.1549224057941; Sun, 03 Feb 2019 12:00:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549224057; cv=none; d=google.com; s=arc-20160816; b=EWEzUbDTcfZ50tuDAmrd4abddEAlJvRwo0Vgos6w99KGx2hBseFLqf3qp8/03S/nor 4a4w75Y7B9qjWRlVd/ixeIBnZepsXhfuGVSt1UsBzftQcpYTyeF8WY8PXanIpcJkd2tL KFvMr6rJ95MSuzOu8mBd5vhSPapxsuBIXI1zaZTf93RSiF0WdoA3JO70i3cM6/qEldSI XPLRIEcE/wjfb3yPbMwck1PjofEzPWSrVkXnq+s0OlyUfRLeFAYawHUptFgcpgfIpLC0 EQcRwdZmkxSRdbDTCdFGthvBr1kVYomudhhVuTRPQl0Ji8eBECmfvnNCOv48UBcpQTg4 p6FQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=mal5CpYq1avZehTWOxlBqgUncSNvVlIUmvlTmBp7vF0=; b=npIuqU0oehyWrOYiH7vvJw33R5x8A5Pq8/UJLde4BE3oQoaMIZrr/mD7Z1lnXQBq1R CDDiWM0DaPX468opj4e6xd/Dqs+7lhBK4937QAN4mfGtIj8fB42LKmOSgl42dPiQGDxz x5yBCjhjMQrm/W4/JgAs6ZruY1QOC/FLfcbUWRa0g04ji3y7RQYauTAtIri84pdKgYQz B4P6beUkI7PpiD9Jo1+cu/DyPCrBgOnxzDe3Fglwm8WluB7/tT06urG4ArpLqHnB4shj 0i++A7paERYuGjk77yR9H3ZtlozFjYwIsRMKA37Zk/lrF5kGXw2ItrxD/KRvRp1iK4Wu sIdg== 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 1si6579154plw.344.2019.02.03.12.00.39; Sun, 03 Feb 2019 12:00:57 -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 S1727296AbfBCUAZ (ORCPT + 99 others); Sun, 3 Feb 2019 15:00:25 -0500 Received: from wes1-so2.wedos.net ([46.28.106.16]:59250 "EHLO wes1-so2.wedos.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726737AbfBCUAY (ORCPT ); Sun, 3 Feb 2019 15:00:24 -0500 Received: from localhost (ip4-46-39-182-135.cust.nbox.cz [46.39.182.135]) by wes1-so2.wedos.net (Postfix) with ESMTPSA id 43t1sf2nPszvK; Sun, 3 Feb 2019 21:00:22 +0100 (CET) Date: Sun, 3 Feb 2019 21:00:19 +0100 From: Otto Sabart To: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Cc: Jonathan Corbet , Jens Axboe Subject: [PATCH 1/1] doc: kernel-parameters.txt: fix documentation of elevator parameter Message-ID: <6775e969738a795c578dbc3072f3bebcd6cf7247.1549223107.git.ottosabart@seberm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline X-PGP-Key: http://seberm.com/pubkey.asc User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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=3D 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/Documentatio= n/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. =20 elevator=3D [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. =20 elfcorehdr=3D[size[KMG]@]offset[KMG] [IA64,PPC,SH,X86,S390] Specifies physical address of start of kernel core --=20 2.17.2 --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEb6VOpv2s03VHGoilgjuumfi+HjwFAlxXSE4ACgkQgjuumfi+ HjxFGQ//UBS1wEua/ZrvxRxfVgMyP0irPMoF4T9Jlgh4OEHz4HBAqH5L9eJrxWur T63zvGElC1qkt0Yrw4gHxVq2vPD70okzSXTMgOTKH2haxPRIukCiTBzCuRlGhSDn i6t+hMsSpKRJ+n0hHDh13nH6Qae0VxGp6MXmclQZtZry+jEQJTRZiVT/8V10Z65Q wKzd/Z161wlre0REgzICLpM1fp8JvbiIjBaJwio+ai2uRxcG6+AgwlLK+q2892qg sM0Ic1txR15A0v/YSrFce8wyWnxfcKky0rF5J3DinWI/MY6MonPG2cYGaGizGDaw xp4VapD36iTbUVmqKxa4mjRIHWaaTMTqdkn/P+6ssVNnK8svk2E/VTxvgrKjbZYd vmThTipj4mYJtmNPpNxpp4kUBkv+QNMLx1DADJz4bJ9ybylzzlGBuA6ot5RIu+LT rkRHPJal6Z7YbVjDo2LqLHjc+0B7vFYQ8jf1YbV2d6q5MpzrzE+GIDbnAYg+VXyA ObVh1v5DMivmUggT2J+4i0fhCKUmTr7+LDEiT7M0GvZsHFHhuqzx5CZBFlWypqZy OhRxZi/3YUCbWmL7mIWjdLcJDwXdz3ZsxMpU9QNNVZVcxE7NzvJHswBR4d6Vp2Xq 7GlxyON9P1AA4DUPK/mZZOnXVvrquwnLALaRaRAnrY1dg3bgDPI= =nh6T -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb--