On Mon, Nov 02, 2020 at 06:43:02PM +0000, Matthew Wilcox (Oracle) wrote: > Make this function more generic by passing the file instead of the iocb. > Check in the callers whether we should call readpage or not. Also make > it return an errno / 0 / AOP_TRUNCATED_PAGE, and make calling put_page() > the caller's responsibility. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Reviewed-by: Kent Overstreet <kent.overstreet@xxxxxxxxx>