[NETLINK]: kzalloc() conversion
authorEric Dumazet <dada1@cosmosbay.com>
Tue, 11 Dec 2007 10:09:47 +0000 (02:09 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:57:06 +0000 (14:57 -0800)
nl_pid_hash_alloc() is renamed to nl_pid_hash_zalloc().
It is now returning zeroed memory to its callers.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c

Simple merge