Jamal Hadi Salim aecc5cefc3 net sched actions: fix GETing actions
With the batch changes that translated transient actions into
a temporary list lost in the translation was the fact that
tcf_action_destroy() will eventually delete the action from
the permanent location if the refcount is zero.

Example of what broke:
...add a gact action to drop
sudo $TC actions add action drop index 10
...now retrieve it, looks good
sudo $TC actions get action gact index 10
...retrieve it again and find it is gone!
sudo $TC actions get action gact index 10

Fixes: 22dc13c837c3 ("net_sched: convert tcf_exts from list to pointer array"),
Fixes: 824a7e8863b3 ("net_sched: remove an unnecessary list_del()")
Fixes: f07fed82ad79 ("net_sched: remove the leftover cleanup_a()")

Acked-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-20 23:34:55 -04:00
..
2016-09-19 22:04:14 -04:00
2016-09-19 22:04:14 -04:00
2016-09-19 22:04:14 -04:00
2016-09-19 22:04:14 -04:00
2016-09-19 22:04:14 -04:00
2016-09-19 22:04:14 -04:00
2016-09-19 22:04:14 -04:00
2016-09-19 22:04:14 -04:00
2016-09-19 22:04:14 -04:00
2016-09-19 22:04:14 -04:00
2016-09-19 22:04:14 -04:00
2016-09-19 22:04:14 -04:00
2011-01-19 23:31:12 -08:00
2011-01-19 23:31:12 -08:00
2016-09-19 22:04:14 -04:00
2016-09-19 01:47:18 -04:00