Re: [PATCH 12/20] mm: Pass vm_fault structure into do_page_mkwrite()

2016-11-18 Thread Kirill A. Shutemov
On Fri, Nov 18, 2016 at 10:17:16AM +0100, 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. >

[PATCH 12/20] mm: Pass vm_fault structure into do_page_mkwrite()

2016-11-18 Thread Jan Kara
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. Reviewed-by: Ross Zwisler