Re: [PATCH] mm/filemap.c: clear page error before actual read

From: Matthew Wilcox
Date: Wed Mar 04 2020 - 07:15:59 EST


On Wed, Mar 04, 2020 at 05:47:24AM -0500, Xianting Tian wrote:
> With the patch, mount operation trigger the calling of
> ClearPageError(page) before the actual read, the page has no error
> if no additional page error happen when I/O done.
>
> Signed-off-by: Xianting Tian <xianting_tian@xxxxxxx>

Reviewed-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>