Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111796
b: refs/heads/master
c: f4ab543
h: refs/heads/master
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Sep 23, 2008
1 parent 0623417 commit 01a7482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: cd07a8ea0dd4b204919b4c9ced8d9efdd9924495
refs/heads/master: f4ab543201992fe499bef5c406e09f23aa97b4d5
5 changes: 1 addition & 4 deletions trunk/include/net/pkt_sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ extern void __qdisc_run(struct Qdisc *q);

static inline void qdisc_run(struct Qdisc *q)
{
struct netdev_queue *txq = q->dev_queue;

if (!netif_tx_queue_stopped(txq) &&
!test_and_set_bit(__QDISC_STATE_RUNNING, &q->state))
if (!test_and_set_bit(__QDISC_STATE_RUNNING, &q->state))
__qdisc_run(q);
}

Expand Down

0 comments on commit 01a7482

Please sign in to comment.