Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136059
b: refs/heads/master
c: 71f6f6d
h: refs/heads/master
i:
  136057: 5bc61f4
  136055: 4e0edc3
v: v3
  • Loading branch information
Jesper Nilsson authored and David S. Miller committed Mar 27, 2009
1 parent 69a90e2 commit 64342ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1702857724fb39cb68ce581490010df99168fd0
refs/heads/master: 71f6f6dfdf7c7a67462386d9ea05c1095a89c555
4 changes: 1 addition & 3 deletions trunk/net/ipv6/ip6_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt
if ((skb = skb_share_check(skb, GFP_ATOMIC)) == NULL ||
!idev || unlikely(idev->cnf.disable_ipv6)) {
IP6_INC_STATS_BH(net, idev, IPSTATS_MIB_INDISCARDS);
rcu_read_unlock();
goto out;
goto drop;
}

memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm));
Expand Down Expand Up @@ -147,7 +146,6 @@ int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt
drop:
rcu_read_unlock();
kfree_skb(skb);
out:
return 0;
}

Expand Down

0 comments on commit 64342ee

Please sign in to comment.