commit | c2e21293c054817c42eb5fa9c613d2ad51954136 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Wed Mar 17 20:31:10 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 20 15:44:34 2010 -0700 |
tree | 481f7de6d3e3a9a3d93af5654ec174ff5945dc2b | |
parent | 372e6c8f1f7b2bb68f9992d2e664925c73552a1d [diff] |
ipv6: convert addrconf list to hlist Using hash list macros, simplifies code and helps later RCU. This patch includes some initialization that is not strictly necessary, since an empty hlist node/list is all zero; and list is in BSS and node is allocated with kzalloc. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>