Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 833
b: refs/heads/master
c: 033d899
h: refs/heads/master
i:
  831: bdff3b8
v: v3
  • Loading branch information
Asim Shankar authored and David S. Miller committed May 3, 2005
1 parent 2aa8156 commit fd3d880
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96edf83c4e284c08584f97623f7c7f029759459e
refs/heads/master: 033d899904792d3501b7dd469495ca9138424ec3
4 changes: 4 additions & 0 deletions trunk/net/sched/sch_htb.c
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,10 @@ static int htb_enqueue(struct sk_buff *skb, struct Qdisc *sch)
if (q->direct_queue.qlen < q->direct_qlen) {
__skb_queue_tail(&q->direct_queue, skb);
q->direct_pkts++;
} else {
kfree_skb(skb);
sch->qstats.drops++;
return NET_XMIT_DROP;
}
#ifdef CONFIG_NET_CLS_ACT
} else if (!cl) {
Expand Down

0 comments on commit fd3d880

Please sign in to comment.