On Mon, Sep 10, 2018 at 09:16:12PM +0530, Souptick Joarder wrote: > Return type of ext4_page_mkwrite and ext4_filemap_fault are > changed to use vm_fault_t type. > > With this patch all the callers of block_page_mkwrite_return() > are changed to handle vm_fault_t. So converting the return type > of block_page_mkwrite_return() to vm_fault_t. > > Signed-off-by: Souptick Joarder <jrdr.li...@gmail.com>
This looks like the straight-forward conversion I was hoping to see. Reviewed-by: Matthew Wilcox <wi...@infradead.org>