net_sched: remove the leftover cleanup_a()
authorWANG Cong <[email protected]>
Sun, 14 Aug 2016 05:34:56 +0000 (22:34 -0700)
committerDavid S. Miller <[email protected]>
Wed, 17 Aug 2016 23:27:51 +0000 (19:27 -0400)
commitf07fed82ad7994cc4d779ee79bdf7a46848c4b8f
treed500cfff9dfbe09544aa9b44e4f5aa75cb174ef4
parentf4abf05f54ddabacb702d1998296f3e610e62b23
net_sched: remove the leftover cleanup_a()

After refactoring tc_action into tcf_common, we no
longer need to cleanup temporary "actions" in list,
they are permanently stored in the hashtable.

Fixes: a85a970af265 ("net_sched: move tc_action into tcf_common")
Reported-by: Jamal Hadi Salim <[email protected]>
Cc: Jamal Hadi Salim <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Acked-by: Jamal Hadi Salim <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sched/act_api.c