On Tue, Jul 8, 2025 at 6:52 AM Christoph Hellwig <hch@xxxxxx> wrote: > > Pass the iomap_iter and derive the map inside iomap_read_folio_sync > instead of in the caller, and use the more descriptive srcmap name for > the source iomap. Stop passing the offset into folio argument as it > can be derived from the folio and the file offset. Rename the > variables for the offset into the file and the length to be more > descriptive and match the rest of the code. > > Rename the function itself to iomap_read_folio_range to make the use > more clear. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Joanne Koong <joannelkoong@xxxxxxxxx>