commit | 754b81a35710e02ffada4d80095318a3e57acd48 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Sep 21 13:02:40 2015 -0500 |
committer | Simon Horman <horms@verge.net.au> | Thu Sep 24 09:34:41 2015 +0900 |
tree | ca1c8ddbbeeeeb3de369a1fb324a92288d0d20ac | |
parent | 0cf705c8c2e8333aff5b472cfff13f9542620500 [diff] |
ipvs: Pass ipvs not net to ip_vs_conn_hashkey Use the address of struct netns_ipvs in the hash not the address of struct net. Both addresses are equally valid candidates and by using the address of struct netns_ipvs there becomes no need deal with struct net in this part of the code. 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>