Re: [PATCH v2 01/23] mm/slab: move NUMA-related code to __do_cache_alloc()
From: Vlastimil Babka
Date: Fri Apr 22 2022 - 14:07:39 EST
On 4/14/22 10:57, Hyeonggon Yoo wrote:
> To implement slab_alloc_node() independent of NUMA configuration,
> move NUMA fallback/alternate allocation code into __do_cache_alloc().
>
> One functional change here is not to check availability of node
> when allocating from local node.
>
> Signed-off-by: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>
Thanks.