Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190229
b: refs/heads/master
c: 05d1760
h: refs/heads/master
i:
  190227: ae23635
v: v3
  • Loading branch information
David Howells authored and David S. Miller committed Apr 21, 2010
1 parent 0efe5d7 commit b821a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e04997b13a2c2fc93af970fe95fd29a74db113e8
refs/heads/master: 05d17608a69b3ae653ea5c9857283bef3439c733
2 changes: 1 addition & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ static struct netdev_queue *dev_pick_tx(struct net_device *dev,
queue_index = skb_tx_hash(dev, skb);

if (sk) {
struct dst_entry *dst = rcu_dereference(sk->sk_dst_cache);
struct dst_entry *dst = rcu_dereference_bh(sk->sk_dst_cache);

if (dst && skb_dst(skb) == dst)
sk_tx_queue_set(sk, queue_index);
Expand Down

0 comments on commit b821a7b

Please sign in to comment.