diff options
Diffstat (limited to 'net/sched/sch_gred.c')
-rw-r--r-- | net/sched/sch_gred.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/sched/sch_gred.c b/net/sched/sch_gred.c index a52490c7af3c..50f184cd7f1f 100644 --- a/net/sched/sch_gred.c +++ b/net/sched/sch_gred.c | |||
@@ -348,10 +348,6 @@ static void gred_reset(struct Qdisc* sch) | |||
348 | continue; | 348 | continue; |
349 | red_restart(&q->parms); | 349 | red_restart(&q->parms); |
350 | q->backlog = 0; | 350 | q->backlog = 0; |
351 | q->stats.other = 0; | ||
352 | q->stats.forced_drop = 0; | ||
353 | q->stats.prob_drop = 0; | ||
354 | q->stats.pdrop = 0; | ||
355 | } | 351 | } |
356 | } | 352 | } |
357 | 353 | ||
@@ -434,11 +430,6 @@ static inline int gred_change_vq(struct Qdisc *sch, int dp, | |||
434 | ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog, | 430 | ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog, |
435 | ctl->Scell_log, stab); | 431 | ctl->Scell_log, stab); |
436 | 432 | ||
437 | q->stats.other = 0; | ||
438 | q->stats.forced_drop = 0; | ||
439 | q->stats.prob_drop = 0; | ||
440 | q->stats.pdrop = 0; | ||
441 | |||
442 | return 0; | 433 | return 0; |
443 | } | 434 | } |
444 | 435 | ||