commit | e8917f437006686b8fa1b9e54f31d7abc0ea7e97 | [log] [tgz] |
---|---|---|
author | Vlad Buslov <vladbu@mellanox.com> | Fri Aug 10 20:51:43 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 11 12:37:09 2018 -0700 |
tree | 6952eac3bcfa260e285c9940de082884b410fe6e | |
parent | b6a2b971c0b00253197682fbdf1c55fc0e2610a4 [diff] |
net: sched: act_gact: remove dependency on rtnl lock Use tcf spinlock to protect gact action private state from concurrent modification during dump and init. Remove rtnl assertion that is no longer necessary. Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>