Re: [PATCH] mm: prefer xxx_page() alloc/free functions for order-0 pages

From: Vlastimil Babka
Date: Wed Mar 15 2023 - 06:36:22 EST


On 3/13/23 13:27, Lorenzo Stoakes wrote:
> Update instances of alloc_pages(..., 0), __get_free_pages(..., 0) and
> __free_pages(..., 0) to use alloc_page(), __get_free_page() and
> __free_page() respectively in core code.
>
> Signed-off-by: Lorenzo Stoakes <lstoakes@xxxxxxxxx>

Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>