[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)
commitea72912c888661d1a847f1b1450643d4114097cf
treede938be7d4887f974f67b09fbae6942726839bb8
parent64b7d96167977850f4a24e52dd0a76b03c6542cf
[NETLINK]: kzalloc() conversion

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