Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104483
b: refs/heads/master
c: 867d79f
h: refs/heads/master
i:
  104481: 3931e19
  104479: 8654849
v: v3
  • Loading branch information
Linus Torvalds authored and David S. Miller committed Jul 21, 2008
1 parent c7cd9be commit 6d8b695
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: b6b2fed1f4802b8fcc9d7548a8f785225d38f9a3
refs/heads/master: 867d79fb9a4d5929ad8335c896fcfe11c3b2ef14
3 changes: 2 additions & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,8 @@ static void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev)

void __netif_schedule(struct Qdisc *q)
{
BUG_ON(q == &noop_qdisc);
if (WARN_ON_ONCE(q == &noop_qdisc))
return;

if (!test_and_set_bit(__QDISC_STATE_SCHED, &q->state)) {
struct softnet_data *sd;
Expand Down

0 comments on commit 6d8b695

Please sign in to comment.