IPVS: Change sock_create_kernel() to __sock_create()
authorSimon Horman <horms@verge.net.au>
Sat, 22 Jan 2011 02:48:01 +0000 (13:48 +1100)
committerSimon Horman <horms@verge.net.au>
Sat, 22 Jan 2011 02:48:01 +0000 (13:48 +1100)
commit4b3fd57138c969dd940651fadf90db627254edbf
tree79beb439ed57db89a1701901869a85c867434eb1
parent091bb34c143674d37a59b2d4857534f7106c5d7d
IPVS: Change sock_create_kernel() to __sock_create()

The recent netns changes omitted to change
sock_create_kernel() to __sock_create() in ip_vs_sync.c

The effect of this is that the interface will be selected in the
root-namespace, from my point of view it's a major bug.

Reported-by: Hans Schillstrom <hans@schillstrom.com>
Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
net/netfilter/ipvs/ip_vs_sync.c