From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 785BA2095B9E6 for ; Fri, 18 Aug 2017 15:03:57 -0700 (PDT) Date: Fri, 18 Aug 2017 16:06:25 -0600 From: Ross Zwisler Subject: Re: [PATCH 03/13] dax: Factor out getting of pfn out of iomap Message-ID: <20170818220625.GB32627@linux.intel.com> References: <20170817160815.30466-1-jack@suse.cz> <20170817160815.30466-4-jack@suse.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20170817160815.30466-4-jack@suse.cz> 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: Jan Kara Cc: Christoph Hellwig , Boaz Harrosh , linux-nvdimm@lists.01.org, linux-xfs@vger.kernel.org, Andy Lutomirski , linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org List-ID: On Thu, Aug 17, 2017 at 06:08:05PM +0200, Jan Kara wrote: > Factor out code to get pfn out of iomap that is shared between PTE and > PMD fault path. > > Signed-off-by: Jan Kara Yep, this looks correct to me. Reviewed-by: Ross Zwisler _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com ([134.134.136.24]:51586 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752412AbdHRWG1 (ORCPT ); Fri, 18 Aug 2017 18:06:27 -0400 Date: Fri, 18 Aug 2017 16:06:25 -0600 From: Ross Zwisler To: Jan Kara Cc: linux-fsdevel@vger.kernel.org, linux-nvdimm@lists.01.org, Andy Lutomirski , linux-ext4@vger.kernel.org, linux-xfs@vger.kernel.org, Christoph Hellwig , Ross Zwisler , Dan Williams , Boaz Harrosh Subject: Re: [PATCH 03/13] dax: Factor out getting of pfn out of iomap Message-ID: <20170818220625.GB32627@linux.intel.com> References: <20170817160815.30466-1-jack@suse.cz> <20170817160815.30466-4-jack@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170817160815.30466-4-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Aug 17, 2017 at 06:08:05PM +0200, Jan Kara wrote: > Factor out code to get pfn out of iomap that is shared between PTE and > PMD fault path. > > Signed-off-by: Jan Kara Yep, this looks correct to me. Reviewed-by: Ross Zwisler