On Tue, Apr 17, 2012 at 10:56:23AM +0800, Gao feng wrote: > export two functions nf_conntrack_proto_generic_net_init and > nf_conntrack_proto_generic_net_fini. > > Signed-off-by: Gao feng <gaofeng@xxxxxxxxxxxxxx> > --- > include/net/netfilter/nf_conntrack_core.h | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/include/net/netfilter/nf_conntrack_core.h b/include/net/netfilter/nf_conntrack_core.h > index aced085..3c3fabe 100644 > --- a/include/net/netfilter/nf_conntrack_core.h > +++ b/include/net/netfilter/nf_conntrack_core.h > @@ -31,6 +31,9 @@ extern void nf_conntrack_cleanup(struct net *net); > extern int nf_conntrack_proto_init(void); > extern void nf_conntrack_proto_fini(void); > > +extern int nf_conntrack_proto_generic_net_init(struct net *net); > +extern void nf_conntrack_proto_generic_net_fini(struct net *net); This does not require a separated patch only for this. Please, review the logic that you've follow to split changes. Thank you. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html