Re: [RFC PATCH v4 1/6] mm: introduce folios_mc_copy() for batch folio copying

From: David Hildenbrand (Arm)

Date: Thu Mar 12 2026 - 05:43:53 EST


On 3/9/26 13:07, Shivank Garg wrote:
> Add folios_mc_copy() which walks list of src and dst folios in lockstep,
> and copies folio content via folio_mc_copy(). folios_cnt parameter is
> unused here, but is part of the offload_copy callback signature used by
> later patches in the series.
>
> Signed-off-by: Shivank Garg <shivankg@xxxxxxx>
> ---

I'd just squash that into patch #3.

--
Cheers,

David