diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2015-09-21 13:02:01 -0500 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2015-09-24 09:34:35 +0900 |
commit | 18d6ade63c8d796c272e2b4922d649cf108d7980 (patch) | |
tree | 451c57cc1e1109f437779b118a56fc91084de880 /include/net/ip_vs.h | |
parent | a47b4300801978745bca9fd08d848b9024eed797 (diff) | |
download | op-kernel-dev-18d6ade63c8d796c272e2b4922d649cf108d7980.zip op-kernel-dev-18d6ade63c8d796c272e2b4922d649cf108d7980.tar.gz |
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>
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r-- | include/net/ip_vs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 3c7040a..3c077e8 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -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 { |