From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ipmail07.adl2.internode.on.net (ipmail07.adl2.internode.on.net [150.101.137.131]) by ml01.01.org (Postfix) with ESMTP id 9E2D31A1E3B for ; Mon, 10 Oct 2016 13:48:26 -0700 (PDT) Date: Tue, 11 Oct 2016 07:19:58 +1100 From: Dave Chinner Subject: Re: [PATCH] dax: correct dax iomap code namespace Message-ID: <20161010201958.GD23194@dastard> References: <20161009152803.GA20111@lst.de> <1476126244-27673-1-git-send-email-ross.zwisler@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1476126244-27673-1-git-send-email-ross.zwisler@linux.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: Ross Zwisler Cc: Matthew Wilcox , linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org, linux-xfs@vger.kernel.org, Alexander Viro , Jan Kara , linux-fsdevel@vger.kernel.org, Andrew Morton , linux-ext4@vger.kernel.org, Christoph Hellwig List-ID: On Mon, Oct 10, 2016 at 01:04:04PM -0600, Ross Zwisler wrote: > The recently added DAX functions that use the new struct iomap data > structure were named iomap_dax_rw(), iomap_dax_fault() and > iomap_dax_actor(). These are actually defined in fs/dax.c, though, so > should be part of the "dax" namespace and not the "iomap" namespace. > Rename them to dax_iomap_rw(), dax_iomap_fault() and dax_iomap_actor() > respectively. > > Signed-off-by: Ross Zwisler > Suggested-by: Dave Chinner > Reviewed-by: Christoph Hellwig > Reviewed-by: Jan Kara > --- > > Dave, per Christoph's suggestion can you please send this to Linus for > v4.9? This patch applies cleanly to both the current linux/master and the > current xfs/for-next. I'll plan to send this for 4.9-rc2 or 4.9-rc3 in the first batch of fixes for the -rc1 merge. Cheers, Dave. -- Dave Chinner david@fromorbit.com _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm