aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
authorDavide Caratti <dcaratti@redhat.com>2018-03-23 19:09:39 +0100
committerDavid S. Miller <davem@davemloft.net>2018-03-23 21:52:19 -0400
commitaffaa0c724c14c914625647efe7b95dfbe8d08f2 (patch)
tree1f0cfa82712dc7bf108fea1fd1bdcbf77863d87c /net/sched
parentmlxsw: spectrum_span: Prevent duplicate mirrors (diff)
downloadlinux-dev-affaa0c724c14c914625647efe7b95dfbe8d08f2.tar.xz
linux-dev-affaa0c724c14c914625647efe7b95dfbe8d08f2.zip
net/sched: remove tcf_idr_cleanup()
tcf_idr_cleanup() is no more used, so remove it. Suggested-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Davide Caratti <dcaratti@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
-rw-r--r--net/sched/act_api.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/sched/act_api.c b/net/sched/act_api.c
index 57cf37145282..7bd1b964f021 100644
--- a/net/sched/act_api.c
+++ b/net/sched/act_api.c
@@ -296,14 +296,6 @@ bool tcf_idr_check(struct tc_action_net *tn, u32 index, struct tc_action **a,
}
EXPORT_SYMBOL(tcf_idr_check);
-void tcf_idr_cleanup(struct tc_action *a, struct nlattr *est)
-{
- if (est)
- gen_kill_estimator(&a->tcfa_rate_est);
- free_tcf(a);
-}
-EXPORT_SYMBOL(tcf_idr_cleanup);
-
int tcf_idr_create(struct tc_action_net *tn, u32 index, struct nlattr *est,
struct tc_action **a, const struct tc_action_ops *ops,
int bind, bool cpustats)