On Tue, Jun 13, 2023 at 08:43:49PM +0100, Matthew Wilcox wrote: > > > - copied = copy_page_from_iter_atomic(page, offset, bytes, i); > > > + copied = copy_page_from_iter_atomic(&folio->page, offset, bytes, i); > > > > Would be nice t avoid the overly long line here > > The plan is to turn that into: > > copied = copy_folio_from_iter_atomic(folio, offset, bytes, i); > > in the fairly near future. Kent bugged me to add copy_folio_from_iter_atomic() now, and he's right, so "the near future" is v4.