ipvs: Pass ipvs not net to ip_vs_proto_data_get
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
a47b430080
commit
18d6ade63c
@@ -541,7 +541,7 @@ struct ip_vs_proto_data {
|
||||
};
|
||||
|
||||
struct ip_vs_protocol *ip_vs_proto_get(unsigned short proto);
|
||||
struct ip_vs_proto_data *ip_vs_proto_data_get(struct net *net,
|
||||
struct ip_vs_proto_data *ip_vs_proto_data_get(struct netns_ipvs *ipvs,
|
||||
unsigned short proto);
|
||||
|
||||
struct ip_vs_conn_param {
|
||||
|
Reference in New Issue
Block a user