Hello, On Wed, 25 Apr 2012, Hans Schillstrom wrote: > Change order of init so netns init is ready > when register ioctl and netlink. > > Reported-by: "Ryan O'Hara" <rohara@xxxxxxxxxx> > Signed-off-by: Hans Schillstrom <hans.schillstrom@xxxxxxxxxxxx> > --- > include/net/ip_vs.h | 2 + > net/netfilter/ipvs/ip_vs_core.c | 9 ++++++ > net/netfilter/ipvs/ip_vs_ctl.c | 52 ++++++++++++++++++++++---------------- > 3 files changed, 41 insertions(+), 22 deletions(-) > > diff --git a/net/netfilter/ipvs/ip_vs_ctl.c b/net/netfilter/ipvs/ip_vs_ctl.c > index 7131417..efaf484 100644 > --- a/net/netfilter/ipvs/ip_vs_ctl.c > +++ b/net/netfilter/ipvs/ip_vs_ctl.c > @@ -3750,21 +3750,10 @@ void __net_exit ip_vs_control_net_cleanup(struct net *net) > free_percpu(ipvs->tot_stats.cpustats); > } > > -int __init ip_vs_control_init(void) > +int ip_vs_register_nl_ioctl(void) Can we add __init here. Everything else looks good. Regards -- Julian Anastasov <ja@xxxxxx> -- 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