ipvs: Pass ipvs not net into init_netns and exit_netns
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>
This commit is contained in:

committed by
Simon Horman

parent
c70bd6800a
commit
1281a9c2d1
@@ -483,9 +483,9 @@ struct ip_vs_protocol {
|
||||
|
||||
void (*exit)(struct ip_vs_protocol *pp);
|
||||
|
||||
int (*init_netns)(struct net *net, struct ip_vs_proto_data *pd);
|
||||
int (*init_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd);
|
||||
|
||||
void (*exit_netns)(struct net *net, struct ip_vs_proto_data *pd);
|
||||
void (*exit_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd);
|
||||
|
||||
int (*conn_schedule)(int af, struct sk_buff *skb,
|
||||
struct ip_vs_proto_data *pd,
|
||||
|
Reference in New Issue
Block a user