commit | 67b0c1a3c9ced3726dea73000f8900f453fc894f | [log] [tgz] |
---|---|---|
author | Vlad Buslov <vladbu@mellanox.com> | Fri Aug 10 20:51:46 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 11 12:37:09 2018 -0700 |
tree | 9d6c7ac8e208e58c25902642184af2085f863bfe | |
parent | ff25276de997f41197ebab91935627c249a30fc4 [diff] |
net: sched: act_pedit: remove dependency on rtnl lock Rearrange pedit init code to only access pedit action data while holding tcf spinlock. Change keys allocation type to atomic to allow it to execute while holding tcf spinlock. Take tcf spinlock in dump function when accessing pedit action data. Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>