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:
57da52c
)
[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Tue, 25 Mar 2008 18:57:35 +0000
(
03:57
+0900)
committer
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Tue, 25 Mar 2008 19:40:00 +0000
(
04:40
+0900)
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 <yoshfuji@linux-ipv6.org>
No differences found