Re: [PATCH v7 6/6] mm:/migrate_device.c: remove migrate_vma_collect_*()

From: Mika Penttilä

Date: Mon Mar 30 2026 - 02:47:43 EST


Hi,

On 3/30/26 09:22, Christoph Hellwig wrote:

> On Mon, Mar 30, 2026 at 07:30:17AM +0300, mpenttil@xxxxxxxxxx wrote:
>> From: Mika Penttilä <mpenttil@xxxxxxxxxx>
>>
>> With the unified fault handling and migrate path,
>> the migrate_vma_collect_*() functions are unused,
>> let's remove them.
> This should go into the patch removing the uses.
>
Patch 4 makes the old paths not used anymore, but it is already quite big,
so though it would be better to have the remove on its own.

Thanks,
Mika