]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet
authorYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Fri, 23 Mar 2007 18:17:27 +0000 (11:17 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:27:45 +0000 (22:27 -0700)
commitde6e05c49f8b4ed63224c5d38891f531ecc4eabb
tree2ed69a03c657a5618bc98a5f74acb905bf764ecf
parent5f79e0f916a3bdeccc910fdf466bca582a9b2cca
[NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet

The destructor per conntrack is unnecessary, then this replaces it with
system wide destructor.

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter.h
include/linux/skbuff.h
net/netfilter/core.c
net/netfilter/nf_conntrack_core.c