On Mon, Jul 10, 2023 at 11:31:16PM -0700, Christoph Hellwig wrote: > On Mon, Jul 10, 2023 at 02:02:46PM +0100, Matthew Wilcox (Oracle) wrote: > > Add a folio wrapper around copy_page_from_iter_atomic(). > > As mentioned in the previous patch it would probably be a lot more > obvious if the folio version was the based implementation and the > page variant the wrapper. But I'm not going to delay the series for > it. My plan for that is: - Add copy_folio_from_iter() wrapper - Convert all users - Convert all users of copy_page_to_iter() - Convert copy_page_to_iter_nofault() to copy_folio_to_iter_nofault() (it has one user) - Convert page_copy_sane() to folio_copy_sane() But this is pretty low priority compared to all the other page->folio conversions that need to happen. So many filesystems ...