Re: [PATCH] Removed unused argument vma from migrate_misplaced_folio

From: Donet Tom
Date: Tue Nov 26 2024 - 10:21:09 EST



On 11/26/24 19:28, Baolin Wang wrote:


On 2024/11/25 15:57, Donet Tom wrote:
Commit ee86814b0562 ("mm/migrate: move NUMA hinting fault folio
isolation + checks under PTL") removed the code that had used
the vma argument in migrate_misplaced_folio.

Since the vma argument was no longer used in migrate_misplaced_folio,
this patch removed it.

Signed-off-by: Donet Tom <donettom@xxxxxxxxxxxxx>

Better to add 'mm:' prefix for the subject line to identify the subsytem, otherwise look good to me.

Thank you. I will send a V2 with the prefix.


Reviewed-by: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>