On Tue, Mar 28, 2023 at 01:27:13PM +0200, Pankaj Raghav wrote: > Convert orangefs_readahead() from using struct page to struct folio. > This conversion removes the call to page_endio() which is soon to be > removed, and simplifies the final page handling. > > The page error flags is not required to be set in the error case as > orangefs doesn't depend on them. > > Signed-off-by: Pankaj Raghav <p.raghav@xxxxxxxxxxx> Reviewed-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Shouldn't Mike's tested-by be in here?