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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE507C4332F for ; Fri, 19 Nov 2021 06:56:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A2985611C3 for ; Fri, 19 Nov 2021 06:56:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232270AbhKSG7v (ORCPT ); Fri, 19 Nov 2021 01:59:51 -0500 Received: from verein.lst.de ([213.95.11.211]:50046 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229922AbhKSG7u (ORCPT ); Fri, 19 Nov 2021 01:59:50 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id F18E168AFE; Fri, 19 Nov 2021 07:56:45 +0100 (CET) Date: Fri, 19 Nov 2021 07:56:45 +0100 From: Christoph Hellwig To: Dan Williams Cc: Christoph Hellwig , Mike Snitzer , Ira Weiny , device-mapper development , linux-xfs , Linux NVDIMM , linux-s390 , linux-fsdevel , linux-erofs@lists.ozlabs.org, linux-ext4 , virtualization@lists.linux-foundation.org Subject: Re: [PATCH 01/29] nvdimm/pmem: move dax_attribute_group from dax to pmem Message-ID: <20211119065645.GB15524@lst.de> References: <20211109083309.584081-1-hch@lst.de> <20211109083309.584081-2-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Nov 17, 2021 at 09:44:25AM -0800, Dan Williams wrote: > On Tue, Nov 9, 2021 at 12:33 AM Christoph Hellwig wrote: > > > > dax_attribute_group is only used by the pmem driver, and can avoid the > > completely pointless lookup by the disk name if moved there. This > > leaves just a single caller of dax_get_by_host, so move dax_get_by_host > > into the same ifdef block as that caller. > > > > Signed-off-by: Christoph Hellwig > > Reviewed-by: Dan Williams > > Link: https://lore.kernel.org/r/20210922173431.2454024-3-hch@lst.de > > Signed-off-by: Dan Williams > > This one already made v5.16-rc1. Yes, but 5.16-rc1 did not exist yet when I pointed the series. Note that the series also has a conflict against 5.16-rc1 in pmem.c, and buildbot pointed out the file systems need explicit dax.h includes in a few files for some configurations. The current branch is here, I just did not bother to repost without any comments: http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/dax-block-cleanup no functional changes.