[IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassembly
authorYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Wed, 16 Nov 2005 20:55:37 +0000 (12:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2005 20:55:37 +0000 (12:55 -0800)
commite7c8a41e817f381ac5c2a59ecc81b483bd68a7df
tree650b33c804a1a66c72acaef9595eb9fe6cc2c0e9
parent0db169f9703115bab09eda5d89a8f6937a7bf98e
[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 <yasuyuki.kozakai@toshiba.co.jp>
Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_fragment.c
net/ipv6/reassembly.c