Re: [PATCH v5 2/8] mm: rename alloc_demote_folio to alloc_migrate_folio

2024-06-13 Thread SeongJae Park
On Thu, 13 Jun 2024 22:20:49 +0900 Honggyu Kim wrote: > The alloc_demote_folio can also be used for general migration including > both demotion and promotion so it'd be better to rename it from > alloc_demote_folio to alloc_migrate_folio. > > Signed-off-by: Honggyu Kim Reviewed-by: SeongJae Pa

[PATCH v5 2/8] mm: rename alloc_demote_folio to alloc_migrate_folio

2024-06-13 Thread Honggyu Kim
The alloc_demote_folio can also be used for general migration including both demotion and promotion so it'd be better to rename it from alloc_demote_folio to alloc_migrate_folio. Signed-off-by: Honggyu Kim --- mm/internal.h | 2 +- mm/vmscan.c | 4 ++-- 2 files changed, 3 insertions(+), 3 dele