net_sched: convert tcindex to call tcf_exts_destroy from rcu callback
authorAlexei Starovoitov <ast@plumgrid.com>
Wed, 26 Aug 2015 03:06:33 +0000 (20:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Aug 2015 18:01:44 +0000 (11:01 -0700)
commited7aa879ce1a0ff6468c5a6d3eb4e31169b95c4a
treef219143241249dbe1e1fd49ec9d420363ebd8cbe
parentfaa54be4c78da6aa2148c539659867afdecd3e8d
net_sched: convert tcindex to call tcf_exts_destroy from rcu callback

Adjust destroy path of cls_tcindex to call tcf_exts_destroy() after
rcu grace period.

Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_tcindex.c