]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita9411ab9a8513b3bc09c7cf608a9224e5548044a
tree79beb439ed57db89a1701901869a85c867434eb1
parentb8275f5d19ea26f47708130ef377c0a115c6830a
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