From: YOSHIFUJI Hideaki Date: Tue, 25 Mar 2008 18:49:59 +0000 (+0900) Subject: [NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS. X-Git-Tag: v2.6.26-rc1~1138^2~349^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57da52c1e62c6c13875e97de6c69d3156f8416da;p=pandora-kernel.git [NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS. Introduce neigh_parms/pneigh_entry inlines: neigh_parms_net(), pneigh_net(). Without CONFIG_NET_NS, no namespace other than &init_net exists. Let's explicitly define them to help compiler optimizations. Signed-off-by: YOSHIFUJI Hideaki --- Reading git-diff-tree failed