ipvs: Pass ipvs not net into register_app and unregister_app
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
a4dd0360c6
commit
19648918fb
@@ -517,9 +517,9 @@ struct ip_vs_protocol {
|
||||
const struct sk_buff *skb,
|
||||
struct ip_vs_proto_data *pd);
|
||||
|
||||
int (*register_app)(struct net *net, struct ip_vs_app *inc);
|
||||
int (*register_app)(struct netns_ipvs *ipvs, struct ip_vs_app *inc);
|
||||
|
||||
void (*unregister_app)(struct net *net, struct ip_vs_app *inc);
|
||||
void (*unregister_app)(struct netns_ipvs *ipvs, struct ip_vs_app *inc);
|
||||
|
||||
int (*app_conn_bind)(struct ip_vs_conn *cp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user