git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1218854
)
[NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Tue, 25 Mar 2008 18:49:59 +0000
(
03:49
+0900)
committer
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Tue, 25 Mar 2008 19:39:58 +0000
(
04:39
+0900)
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 <yoshfuji@linux-ipv6.org>
No differences found