On Fri, May 27, 2022 at 04:50:35PM +0100, Matthew Wilcox (Oracle) wrote: > If a page can't be written back, we need to call mapping_set_error(), > not clear the page's Uptodate flag. Also remove the clearing of PageError > on success; that flag is used for read errors, not write errors. Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>