commit | 824621eddd2087b0e6f0b2e0da91e8d77e4919bf | [log] [tgz] |
---|---|---|
author | Martin Josefsson <gandalf@wlug.westbo.se> | Wed Nov 29 02:35:11 2006 +0100 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:31:13 2006 -0800 |
tree | 6eb2526aa70ee5c73ce39409ea22fc33a576cf74 | |
parent | 3ffd5eeb1a031ad226c80ae6e658970cd08569e2 [diff] |
[NETFILTER]: nf_conntrack: remove unused struct list_head from protocols Remove unused struct list_head from struct nf_conntrack_l3proto and nf_conntrack_l4proto as all protocols are kept in arrays, not linked lists. Signed-off-by: Martin Josefsson <gandalf@wlug.westbo.se> Signed-off-by: Patrick McHardy <kaber@trash.net>