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 9A9CD21E25714 for ; Thu, 27 Jul 2017 15:07:26 -0700 (PDT) Date: Thu, 27 Jul 2017 16:09:29 -0600 From: Ross Zwisler Subject: Re: [PATCH 3/7] dax: Simplify arguments of dax_insert_mapping() Message-ID: <20170727220929.GD22000@linux.intel.com> References: <20170727131245.28279-1-jack@suse.cz> <20170727131245.28279-4-jack@suse.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20170727131245.28279-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 , linux-nvdimm@lists.01.org, Dave Chinner , linux-xfs@vger.kernel.org, Andy Lutomirski , linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org List-ID: On Thu, Jul 27, 2017 at 03:12:41PM +0200, Jan Kara wrote: > dax_insert_mapping() has lots of arguments and a lot of them is actuall actually > duplicated by passing vm_fault structure as well. Change the function to > take the same arguments as dax_pmd_insert_mapping(). Yay, this is much better! > Signed-off-by: Jan Kara Reviewed-by: Ross Zwisler _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm