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.