From: Simon Horman Date: Sat, 22 Jan 2011 02:48:01 +0000 (+1100) Subject: IPVS: Change sock_create_kernel() to __sock_create() X-Git-Tag: v2.6.39-rc1~468^2~443^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b3fd57138c969dd940651fadf90db627254edbf;p=pandora-kernel.git 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 Acked-by: Julian Anastasov Signed-off-by: Simon Horman --- Reading git-diff-tree failed