From: YOSHIFUJI Hideaki Date: Tue, 25 Mar 2008 18:57:35 +0000 (+0900) Subject: [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. X-Git-Tag: v2.6.26-rc1~1138^2~349^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=878628fbf2589eb24357e42027d5f54b1dafd3c8;p=pandora-kernel.git [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. Introduce an inline net_eq() to compare two namespaces. Without CONFIG_NET_NS, since no namespace other than &init_net exists, it is always 1. We do not need to convert 1) inline vs inline and 2) inline vs &init_net comparisons. Signed-off-by: YOSHIFUJI Hideaki --- Reading git-diff-tree failed