From: stephen hemminger Date: Wed, 17 Mar 2010 20:31:10 +0000 (+0000) Subject: ipv6: convert addrconf list to hlist X-Git-Tag: v2.6.35-rc1~473^2~736 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2e21293c054817c42eb5fa9c613d2ad51954136;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed