From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB823C3A5A7 for ; Tue, 3 Sep 2019 09:06:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7A2452173E for ; Tue, 3 Sep 2019 09:06:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="f0isHbcl" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728122AbfICJGL (ORCPT ); Tue, 3 Sep 2019 05:06:11 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:41614 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726452AbfICJGL (ORCPT ); Tue, 3 Sep 2019 05:06:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Gsu9O8OHvKqb4JIZdShzGB5nnk0JAhdnMec/nmfP8Qk=; b=f0isHbclVEqkgVNbuBUL5Tcfd cDlV4fidUHK+yM6d64Uez4Kw42ueClakR2UCOpayR8sM0ZXqLO/rUsa+TyhUmgLDqIHMXpnM9AY5K aCt2sz3WHmABgyAl5IPncjNugarCbYOYfqjgT5wOh0Pq5JL3RWFopH0yO6bqWBgiWsqM7kB+FfMwu 8U5V0+LSMxzxJYH9fg0ssFgu6Kf7CyKDDg/i4RKFYaEibE11QpZf3ZpDWEvWXj0pR4SQBRp0Cr0oW csuhj9m/Nz+tAavrJjdE7X55vS7G1WNLq64aKORBfKldxbIGP3EjOMmXOuD+d8/OQ1jTgLKMnyF9G IjFJoiPqQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.92 #3 (Red Hat Linux)) id 1i54lO-0002jQ-2u; Tue, 03 Sep 2019 09:06:10 +0000 Date: Tue, 3 Sep 2019 02:06:10 -0700 From: Christoph Hellwig To: Marcos Paulo de Souza Cc: linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, axboe@kernel.dk, Hannes Reinecke , Bob Liu Subject: Re: [PATCH v2 1/4] block: elevator.c: Remove now unused elevator= argument Message-ID: <20190903090610.GA10407@infradead.org> References: <20190828011930.29791-5-marcos.souza.org@gmail.com> <20190901232916.4692-1-marcos.souza.org@gmail.com> <20190901232916.4692-2-marcos.souza.org@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190901232916.4692-2-marcos.souza.org@gmail.com> User-Agent: Mutt/1.11.4 (2019-03-13) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 01, 2019 at 08:29:13PM -0300, Marcos Paulo de Souza wrote: > Since the inclusion of blk-mq, elevator argument was not being > considered anymore, and it's utility died long with the legacy IO path, > now removed too. > > Signed-off-by: Marcos Paulo de Souza > Reviewed-by: Hannes Reinecke > Reviewed-by: Bob Liu Looks good, Reviewed-by: Christoph Hellwig