|
@@ -288,7 +288,6 @@ static struct sk_buff *fq_codel_dequeue(struct Qdisc *sch)
|
|
|
struct fq_codel_flow *flow;
|
|
|
struct list_head *head;
|
|
|
u32 prev_drop_count, prev_ecn_mark;
|
|
|
- unsigned int prev_backlog;
|
|
|
|
|
|
begin:
|
|
|
head = &q->new_flows;
|
|
@@ -307,7 +306,6 @@ begin:
|
|
|
|
|
|
prev_drop_count = q->cstats.drop_count;
|
|
|
prev_ecn_mark = q->cstats.ecn_mark;
|
|
|
- prev_backlog = sch->qstats.backlog;
|
|
|
|
|
|
skb = codel_dequeue(sch, &sch->qstats.backlog, &q->cparams,
|
|
|
&flow->cvars, &q->cstats, qdisc_pkt_len,
|