From: Yasuyuki Kozakai Date: Wed, 16 Nov 2005 20:55:37 +0000 (-0800) Subject: [IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassembly X-Git-Tag: v2.6.15-rc2~67^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c8a41e817f381ac5c2a59ecc81b483bd68a7df;p=pandora-kernel.git [IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassembly Both of ipq and frag_queue have *next and **prev, and they can be replaced with hlist. Thanks Arnaldo Carvalho de Melo for the suggestion. Signed-off-by: Yasuyuki Kozakai Acked-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed