On Wed, Dec 20, 2023 at 5:05 PM Matthew Wilcox <willy@xxxxxxxxxxxxx> wrote: > On Wed, Dec 06, 2023 at 07:58:06PM +0000, Matthew Wilcox (Oracle) wrote: > > Conventionally we use the uptodate bit to signal whether a read > > encountered an error or not. Use folio_end_read() to set the uptodate > > bit on success. Also use filemap_set_wb_err() to communicate the errno > > instead of the more heavy-weight mapping_set_error(). > > Ping? Pushed to for-next now. Thanks for the patch and reminder. Andreas