From: YOSHIFUJI Hideaki Date: Sun, 20 Jul 2008 05:34:43 +0000 (-0700) Subject: netns: Use net_eq() to compare net-namespaces for optimization. X-Git-Tag: v2.6.27-rc1~969^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721499e8931c5732202481ae24f2dfbf9910f129;p=pandora-kernel.git netns: Use net_eq() to compare net-namespaces for optimization. Without CONFIG_NET_NS, namespace is always &init_net. Compiler will be able to omit namespace comparisons with this patch. Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed