From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 17 Oct 2016 16:29:40 -0600 From: Ross Zwisler To: Jan Kara Cc: linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-nvdimm@lists.01.org, Dan Williams , Ross Zwisler , "Kirill A. Shutemov" Subject: Re: [PATCH 13/20] mm: Pass vm_fault structure into do_page_mkwrite() Message-ID: <20161017222940.GB26960@linux.intel.com> References: <1474992504-20133-1-git-send-email-jack@suse.cz> <1474992504-20133-14-git-send-email-jack@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474992504-20133-14-git-send-email-jack@suse.cz> Sender: owner-linux-mm@kvack.org List-ID: On Tue, Sep 27, 2016 at 06:08:17PM +0200, Jan Kara wrote: > We will need more information in the ->page_mkwrite() helper for DAX to > be able to fully finish faults there. Pass vm_fault structure to > do_page_mkwrite() and use it there so that information propagates > properly from upper layers. > > Signed-off-by: Jan Kara Reviewed-by: Ross Zwisler -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org