Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314969
b: refs/heads/master
c: 24db1ba
h: refs/heads/master
i:
  314967: bbd3dd8
v: v3
  • Loading branch information
David S. Miller committed Jul 5, 2012
1 parent a955424 commit 01eb27c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 178709bbfe9d4fe432c272ed65a34b8582703c23
refs/heads/master: 24db1ba866eebf5b516df80ea2212d2479bfb502
3 changes: 2 additions & 1 deletion trunk/drivers/s390/net/qeth_l3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2700,10 +2700,11 @@ int inline qeth_l3_get_cast_type(struct qeth_card *card, struct sk_buff *skb)
rcu_read_lock();
dst = skb_dst(skb);
if (dst)
n = dst_get_neighbour_noref(dst);
n = dst_neigh_lookup_skb(dst, skb);
if (n) {
cast_type = n->type;
rcu_read_unlock();
neigh_release(n);
if ((cast_type == RTN_BROADCAST) ||
(cast_type == RTN_MULTICAST) ||
(cast_type == RTN_ANYCAST))
Expand Down

0 comments on commit 01eb27c

Please sign in to comment.