Re: [PATCH] mm/compaction: Use folio in hugetlb pathway

From: Zi Yan
Date: Tue Apr 01 2025 - 11:25:17 EST


On 31 Mar 2025, at 22:10, Vishal Moola (Oracle) wrote:

> Use a folio in the hugetlb pathway during the compaction migrate-able
> pageblock scan.
>
> This removes a call to compound_head().
>
> Signed-off-by: Vishal Moola (Oracle) <vishal.moola@xxxxxxxxx>
> ---
> include/linux/hugetlb.h | 4 ++--
> mm/compaction.c | 8 ++++----
> mm/hugetlb.c | 3 +--
> 3 files changed, 7 insertions(+), 8 deletions(-)
>
LGTM. Reviewed-by: Zi Yan <ziy@xxxxxxxxxx>

Best Regards,
Yan, Zi