Re: [PATCH] Nearly complete kzalloc cleanup for net/ipv6
From: "David S. Miller" <davem@davemloft.net>
Date: 2006-03-16 08:17:40
Also in:
lkml
From: "David S. Miller" <davem@davemloft.net>
Date: 2006-03-16 08:17:40
Also in:
lkml
From: Ingo Oeser <redacted> Date: Sat, 11 Mar 2006 21:36:42 +0100
Stupidly use kzalloc() instead of kmalloc()/memset() everywhere where this is possible in net/ipv6/*.c . Signed-off-by: Ingo Oeser <redacted>
This patch also looks fine. Applied, thanks Ingo.