Re: [PATCH] Removed unused argument vma from migrate_misplaced_folio

From: Baolin Wang
Date: Tue Nov 26 2024 - 08:59:20 EST




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.

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