Re: [PATCH v2 02/23] mm/slab: cleanup slab_alloc() and slab_alloc_node()

From: Vlastimil Babka
Date: Mon Apr 25 2022 - 10:05:41 EST


On 4/14/22 10:57, Hyeonggon Yoo wrote:
> Make slab_alloc_node() available even when CONFIG_NUMA=n and
> make slab_alloc() wrapper of slab_alloc_node().
>
> This is necessary for further cleanup.

It also removes a lot of nearly-duplicite code.

> Signed-off-by: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>

Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>