From: Eric Dumazet <[email protected]> Date: Thu, 13 Dec 2018 03:03:37 -0800
> kzalloc_node(..., GFP_KERNEL, node) will attempt to allocate > memory as close as possible to the node. > > There is no need to fallback to kzalloc() if this has failed. > > Signed-off-by: Eric Dumazet <[email protected]> > Cc: Tariq Toukan <[email protected]> Tariq, please take a look and review this patch. Thank you.
