Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276269
b: refs/heads/master
c: 1ee5fa1
h: refs/heads/master
i:
  276267: 7c6dbf1
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Dec 2, 2011
1 parent 8263b0a commit 075eee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 59c2cdae2791c0b2ee13d148edc6b771e7e7953f
refs/heads/master: 1ee5fa1e9970a16036e37c7b9d5ce81c778252fc
4 changes: 2 additions & 2 deletions trunk/net/sched/sch_red.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ static int red_change(struct Qdisc *sch, struct nlattr *opt)
ctl->Plog, ctl->Scell_log,
nla_data(tb[TCA_RED_STAB]));

if (skb_queue_empty(&sch->q))
red_end_of_idle_period(&q->parms);
if (!q->qdisc->q.qlen)
red_start_of_idle_period(&q->parms);

sch_tree_unlock(sch);
return 0;
Expand Down

0 comments on commit 075eee7

Please sign in to comment.