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]> I think I gave Tariq long enough time to review this if he wanted to. Applied, thanks Eric.
