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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 A53D0C433E0 for ; Mon, 25 May 2020 16:33:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7B84820870 for ; Mon, 25 May 2020 16:33:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590424401; bh=9vGGgPwFTtp61l7+yyZIZRz3tXvaAuHb3t1HBPuGqm4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=dB7xGclDChA6gApiTAhoHmS5GcpWpKy3yGt4nB+AnyTUdM8DHnrTb5E7XgqFqWW18 bXjtpCXJn238iG/chdhCYz66ugH3Eu5cxHlTLiLbG88+qROGDyY5FkRuyCCDrKxG7e +eDpSAfyZojFO7O9XUu4Fltp7nsXDhhOXQF/7NPY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731503AbgEYQdU (ORCPT ); Mon, 25 May 2020 12:33:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:36108 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731483AbgEYQdU (ORCPT ); Mon, 25 May 2020 12:33:20 -0400 Received: from C02WT3WMHTD6 (unknown [199.255.45.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A99CF207D8; Mon, 25 May 2020 16:33:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590424400; bh=9vGGgPwFTtp61l7+yyZIZRz3tXvaAuHb3t1HBPuGqm4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bq2nTgd7E8Hc+EDC5jSwA2ccO99RlYpCkZ3JL0UwrDioY5cXM5aiCyNHLSbDNrUA8 dURsasbdyY34xe0Jk7v8Gxdb6kvzBu41oszIsNUNtKc2QvNfAOH5uIqHr+RD09qkPv UIgzY2QiLa4DY5HpmP1JR6wXY5T5E0kZ45a0CPuo= Date: Mon, 25 May 2020 10:33:17 -0600 From: Keith Busch To: Ming Lei Cc: Jens Axboe , linux-block@vger.kernel.org, Sagi Grimberg , Baolin Wang , Christoph Hellwig Subject: Re: [PATCH V2 3/6] blk-mq: move getting driver tag and bugget into one helper Message-ID: <20200525163317.GA73686@C02WT3WMHTD6> References: <20200525093807.805155-1-ming.lei@redhat.com> <20200525093807.805155-4-ming.lei@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200525093807.805155-4-ming.lei@redhat.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Mon, May 25, 2020 at 05:38:04PM +0800, Ming Lei wrote: > Move code for getting driver tag and bugget into one helper, so s/bugget/budget