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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 38FBCC433EF for ; Tue, 1 Mar 2022 13:33:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234601AbiCANeX (ORCPT ); Tue, 1 Mar 2022 08:34:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233824AbiCANeX (ORCPT ); Tue, 1 Mar 2022 08:34:23 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F82D3A198 for ; Tue, 1 Mar 2022 05:33:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; 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; bh=Tn/nLN2fVX8hQQtb8m8eTnc16H3mHY5+ywpgWKTQ8yo=; b=ZV6cjkjgwhetl01//Bl0aCRrhF ZxVIfHvJvqI4ZZWGU/QGb0Sw9gyJm+LAzMC02cDnx2UqP7LZUMqG73bQgHskliQKSRyDluBtgZPoS vIa502rVA0AAk0ogHPZW5JWHKsTkGC5r+pEgUBxS/w72oJv1+mnYqrYZgsGpc/n4DUUGDVmp72sUr 8bXCTPo5ifpBMS6PkZ87b2VeYL26tVNFSAaS15kpn2zN/2XNTTitk5dlvjzXfVBEbio8YXbtG9Ar2 hmXpJrZWZUIiAJFiB+6o90vdllDNXnqy9Zcffa0Rf77lIOx3mFkpZYsD+YqcNZM9Hq7qaYoJaXxBi aQG1w90g==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nP2dI-00Gv6V-KI; Tue, 01 Mar 2022 13:33:40 +0000 Date: Tue, 1 Mar 2022 05:33:40 -0800 From: Christoph Hellwig To: Ming Lei Cc: Jens Axboe , linux-block@vger.kernel.org, Yu Kuai Subject: Re: [PATCH 5/6] blk-mq: add helper of blk_mq_get_hctx to retrieve hctx via its index Message-ID: References: <20220228090430.1064267-1-ming.lei@redhat.com> <20220228090430.1064267-6-ming.lei@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220228090430.1064267-6-ming.lei@redhat.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Mon, Feb 28, 2022 at 05:04:29PM +0800, Ming Lei wrote: > Prepare for managing hctx mapping via xarray by adding one helper of > blk_mq_get_hctx(). I'd rather merge this into the next patch for reason I'll explain there.