commit | ff25276de997f41197ebab91935627c249a30fc4 | [log] [tgz] |
---|---|---|
author | Vlad Buslov <vladbu@mellanox.com> | Fri Aug 10 20:51:45 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 11 12:37:09 2018 -0700 |
tree | 6de06ae2ad225b18e3326b3c693ee596249a7dca | |
parent | 54d0d423a48aa0e61bb39665d20376ba7b940535 [diff] |
net: sched: act_ipt: remove dependency on rtnl lock Use tcf spinlock to protect ipt action private data from concurrent modification during dump. Ipt init already takes tcf spinlock when modifying ipt state. Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>