diff options
author | Vlad Buslov <vladbu@mellanox.com> | 2018-09-03 10:07:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-08 10:17:35 -0700 |
commit | 6d7a8df6dfe4d62335673fb15407d79180a33ea2 (patch) | |
tree | 2534dd5676be1bc434a11101b462e44c131785f6 /kernel | |
parent | 6ad96bdca8aae5002819280df2a850c05cb0a592 (diff) |
net: sched: act_skbedit: remove dependency on rtnl lock
According to the new locking rule, we have to take tcf_lock for both
->init() and ->dump(), as RTNL will be removed.
Use tcf lock to protect skbedit action struct private data from concurrent
modification in init and dump. Use rcu swap operation to reassign params
pointer under protection of tcf lock. (old params value is not used by
init, so there is no need of standalone rcu dereference step)
Remove rtnl lock assertion that is no longer required.
Signed-off-by: Vlad Buslov <vladbu@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions