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:
7cbca67
)
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Tue, 25 Mar 2008 12:47:49 +0000
(21:47 +0900)
committer
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Tue, 25 Mar 2008 19:39:53 +0000
(
04:39
+0900)
Introduce per-net_device inlines: dev_net(), dev_net_set().
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