Re: [NETLINK] hlist initilization
From: David S. Miller <hidden>
Date: 2004-09-24 01:16:39
From: David S. Miller <hidden>
Date: 2004-09-24 01:16:39
On Fri, 24 Sep 2004 03:05:56 +0200 Pablo Neira [off-list ref] wrote:
This patch adds proper initialization for hlist. It applies to af_netlink.c with the workqueue patch reverted.
nl_table[] is in the BSS and therefore will be properly zero initialized already. I took advantage of this same property in the net/ipv4/fib_hash.c changes.