Re: [PATCH] fs/ext4: Convert fault handler to use vm_fault_t type

From: Matthew Wilcox
Date: Mon Sep 10 2018 - 17:21:31 EST


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.linux@xxxxxxxxx>

This looks like the straight-forward conversion I was hoping to see.

Reviewed-by: Matthew Wilcox <willy@xxxxxxxxxxxxx>