diff options
Diffstat (limited to 'net')
| -rw-r--r-- | net/sched/sch_generic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sched/sch_generic.c b/net/sched/sch_generic.c index 27a51f04db49..0ddf69286f92 100644 --- a/net/sched/sch_generic.c +++ b/net/sched/sch_generic.c | |||
| @@ -469,7 +469,9 @@ static void __qdisc_destroy(struct rcu_head *head) | |||
| 469 | struct Qdisc *qdisc = container_of(head, struct Qdisc, q_rcu); | 469 | struct Qdisc *qdisc = container_of(head, struct Qdisc, q_rcu); |
| 470 | const struct Qdisc_ops *ops = qdisc->ops; | 470 | const struct Qdisc_ops *ops = qdisc->ops; |
| 471 | 471 | ||
| 472 | #ifdef CONFIG_NET_SCHED | ||
| 472 | qdisc_put_stab(qdisc->stab); | 473 | qdisc_put_stab(qdisc->stab); |
| 474 | #endif | ||
| 473 | gen_kill_estimator(&qdisc->bstats, &qdisc->rate_est); | 475 | gen_kill_estimator(&qdisc->bstats, &qdisc->rate_est); |
| 474 | if (ops->reset) | 476 | if (ops->reset) |
| 475 | ops->reset(qdisc); | 477 | ops->reset(qdisc); |
