[IPV6] RAW: Remove ancient comment.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
06501d29ad
commit
f0bdb7ba5a
@@ -168,11 +168,6 @@ static int ipv6_raw_deliver(struct sk_buff *skb, int nexthdr)
|
|||||||
read_lock(&raw_v6_hashinfo.lock);
|
read_lock(&raw_v6_hashinfo.lock);
|
||||||
sk = sk_head(&raw_v6_hashinfo.ht[hash]);
|
sk = sk_head(&raw_v6_hashinfo.ht[hash]);
|
||||||
|
|
||||||
/*
|
|
||||||
* The first socket found will be delivered after
|
|
||||||
* delivery to transport protocols.
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (sk == NULL)
|
if (sk == NULL)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user