Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111786
b: refs/heads/master
c: f087652
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 23, 2008
1 parent e0d913b commit 1409146
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: 242f8bfefe4bed626df4e4727ac8f315d80b567a
refs/heads/master: f0876520b0b721bedafd9cec3b1b0624ae566eee
5 changes: 1 addition & 4 deletions trunk/net/sched/sch_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ static inline int qdisc_qlen(struct Qdisc *q)

static inline int dev_requeue_skb(struct sk_buff *skb, struct Qdisc *q)
{
if (unlikely(skb->next))
__skb_queue_head(&q->requeue, skb);
else
q->ops->requeue(skb, q);
__skb_queue_head(&q->requeue, skb);

__netif_schedule(q);
return 0;
Expand Down

0 comments on commit 1409146

Please sign in to comment.