Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377008
b: refs/heads/master
c: 92bb73e
h: refs/heads/master
v: v3
  • Loading branch information
Jason Wang authored and David S. Miller committed Jun 10, 2013
1 parent 8395ea5 commit 47b6df8
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: 4364d5f96eed7994a2c625bd9216656e55fba0cb
refs/heads/master: 92bb73ea2c434618a68a58a2f3a5c3fd0b660d18
2 changes: 1 addition & 1 deletion trunk/drivers/net/tun.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ static u16 tun_select_queue(struct net_device *dev, struct sk_buff *skb)
u32 numqueues = 0;

rcu_read_lock();
numqueues = tun->numqueues;
numqueues = ACCESS_ONCE(tun->numqueues);

txq = skb_get_rxhash(skb);
if (txq) {
Expand Down

0 comments on commit 47b6df8

Please sign in to comment.