projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06501d2
)
[IPV6] RAW: Remove ancient comment.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Wed, 2 Apr 2008 06:57:36 +0000
(23:57 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 2 Apr 2008 06:57:36 +0000
(23:57 -0700)
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/raw.c
patch
|
blob
|
history
diff --git
a/net/ipv6/raw.c
b/net/ipv6/raw.c
index c1e495f105ada25bdc43977b7edea7c72dd2ff75..aae6cedf1709a68e1f1a760a7eb5a22cceff63c1 100644
(file)
--- a/
net/ipv6/raw.c
+++ b/
net/ipv6/raw.c
@@
-168,11
+168,6
@@
static int ipv6_raw_deliver(struct sk_buff *skb, int nexthdr)
read_lock(&raw_v6_hashinfo.lock);
sk = sk_head(&raw_v6_hashinfo.ht[hash]);
- /*
- * The first socket found will be delivered after
- * delivery to transport protocols.
- */
-
if (sk == NULL)
goto out;