netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 13 Jun 2009 10:28:22 +0000 (12:28 +0200)
committerPatrick McHardy <kaber@trash.net>
Sat, 13 Jun 2009 10:28:22 +0000 (12:28 +0200)
commit9858a3ae1d4b390fbaa9c30b83cb66d861b76294
tree897127b38a48de3c8c404431303614218ba2bc0f
parenta0891aa6a635f658f29bb061a00d6d3486941519
netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()

This patch moves the helper destruction to a function that lives
in nf_conntrack_helper.c. This new function is used in the patch
to add ctnetlink reliable event delivery.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/net/netfilter/nf_conntrack_helper.h
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_helper.c