Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58924
b: refs/heads/master
c: e50c41b
h: refs/heads/master
v: v3
  • Loading branch information
Krishna Kumar authored and David S. Miller committed Jul 11, 2007
1 parent 3ab31f2 commit dab6c30
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: 6c1361a6f285bf3df4b502651c0dd38d0eedc044
refs/heads/master: e50c41b53d7aa48152dd9c633b04fc7abd536f1f
5 changes: 1 addition & 4 deletions trunk/net/sched/sch_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ void qdisc_unlock_tree(struct net_device *dev)

static inline int qdisc_qlen(struct Qdisc *q)
{
BUG_ON((int) q->q.qlen < 0);
return q->q.qlen;
}

Expand Down Expand Up @@ -167,9 +166,7 @@ static inline int qdisc_restart(struct net_device *dev)
/* And release queue */
spin_unlock(&dev->queue_lock);

ret = NETDEV_TX_BUSY;
if (!netif_queue_stopped(dev))
ret = dev_hard_start_xmit(skb, dev);
ret = dev_hard_start_xmit(skb, dev);

if (!lockless)
netif_tx_unlock(dev);
Expand Down

0 comments on commit dab6c30

Please sign in to comment.