net: sched: act_bpf: remove dependency on rtnl lock
commit2142236b45843dbcbe9691d24cf06caff91a78fd
authorVlad Buslov <vladbu@mellanox.com>
Fri, 10 Aug 2018 17:51:41 +0000 (10 20:51 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Aug 2018 19:37:09 +0000 (11 12:37 -0700)
tree5427b32b398de532642c59b032961b7b99233c12
parent2b14e1ea212d6ce90a657ab8fe2161ea00518878
net: sched: act_bpf: remove dependency on rtnl lock

Use tcf spinlock to protect bpf action private data from concurrent
modification during dump and init. Remove rtnl lock assertion that is no
longer necessary.

Signed-off-by: Vlad Buslov <vladbu@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_bpf.c