[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option
The generic estimator is always built in anways and all the config options does is prevent including a minimal amount of code for setting it up. Additionally the option is already automatically selected for most cases. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
a553e4a631
commit
876d48aabf
@@ -514,9 +514,7 @@ void qdisc_destroy(struct Qdisc *qdisc)
|
||||
return;
|
||||
|
||||
list_del(&qdisc->list);
|
||||
#ifdef CONFIG_NET_ESTIMATOR
|
||||
gen_kill_estimator(&qdisc->bstats, &qdisc->rate_est);
|
||||
#endif
|
||||
if (ops->reset)
|
||||
ops->reset(qdisc);
|
||||
if (ops->destroy)
|
||||
|
Reference in New Issue
Block a user