diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2015-09-21 13:02:21 -0500 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2015-09-24 09:34:38 +0900 |
commit | ebea1f7c0b8c0bb02045c87e4b548a31fc5612a6 (patch) | |
tree | 83866ae3a0db1bbe199be70a00dd29d797f0f8c6 /include/net/ip_vs.h | |
parent | 802cb43703d080bd6269578bf6747189b654cc24 (diff) | |
download | op-kernel-dev-ebea1f7c0b8c0bb02045c87e4b548a31fc5612a6.zip op-kernel-dev-ebea1f7c0b8c0bb02045c87e4b548a31fc5612a6.tar.gz |
ipvs: Pass ipvs not net to ip_vs_sync_net_cleanup
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 47a4cdd..f3ddf76 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -1334,7 +1334,7 @@ void ip_vs_app_net_cleanup(struct net *net); void ip_vs_protocol_net_cleanup(struct net *net); void ip_vs_control_net_cleanup(struct net *net); void ip_vs_estimator_net_cleanup(struct net *net); -void ip_vs_sync_net_cleanup(struct net *net); +void ip_vs_sync_net_cleanup(struct netns_ipvs *ipvs); void ip_vs_service_net_cleanup(struct netns_ipvs *ipvs); /* IPVS application functions |