commit | 2142236b45843dbcbe9691d24cf06caff91a78fd | [log] [tgz] |
---|---|---|
author | Vlad Buslov <vladbu@mellanox.com> | Fri Aug 10 20:51:41 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 11 12:37:09 2018 -0700 |
tree | 5427b32b398de532642c59b032961b7b99233c12 | |
parent | 2b14e1ea212d6ce90a657ab8fe2161ea00518878 [diff] |
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>