On Mon, Jul 19, 2021 at 07:39:52PM +0100, Matthew Wilcox (Oracle) wrote: > All but one caller already has the iomap_page, and we can avoid getting > it again. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> In general reloading it from a single pointer should be faster than passing an extra argument. What is the rationale here?