On Fri, May 27, 2022 at 04:50:30PM +0100, Matthew Wilcox (Oracle) wrote: > If a buffer is completed with an error, its uptodate flag will be clear, > so the page_uptodate variable will have been set to 0. There's no > need to check PageError here. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>