summaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
diff options
context:
space:
mode:
authorEric W. Biederman2015-09-21 20:02:20 +0200
committerSimon Horman2015-09-24 02:34:38 +0200
commit802cb43703d080bd6269578bf6747189b654cc24 (patch)
tree1000541da7f24ade7c9094ef77ad47dcac0e8188 /include/net/ip_vs.h
parentipvs: Pass ipvs not net to ip_vs_proc_sync_conn (diff)
downloadkernel-qcow2-linux-802cb43703d080bd6269578bf6747189b654cc24.tar.gz
kernel-qcow2-linux-802cb43703d080bd6269578bf6747189b654cc24.tar.xz
kernel-qcow2-linux-802cb43703d080bd6269578bf6747189b654cc24.zip
ipvs: Pass ipvs not net to ip_vs_sync_net_init
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index b10b337ce974..47a4cddb7c33 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -1328,7 +1328,7 @@ int ip_vs_control_net_init(struct net *net);
int ip_vs_protocol_net_init(struct net *net);
int ip_vs_app_net_init(struct net *net);
int ip_vs_conn_net_init(struct net *net);
-int ip_vs_sync_net_init(struct net *net);
+int ip_vs_sync_net_init(struct netns_ipvs *ipvs);
void ip_vs_conn_net_cleanup(struct net *net);
void ip_vs_app_net_cleanup(struct net *net);
void ip_vs_protocol_net_cleanup(struct net *net);