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:
407d819
)
netns: Use net_eq() to compare net-namespaces for optimization.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Sun, 20 Jul 2008 05:34:43 +0000
(22:34 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 20 Jul 2008 05:34:43 +0000
(22:34 -0700)
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 <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found