commit | 9b0d4446b56904b59ae3809913b0ac760fa941a6 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Fri Aug 04 14:29:15 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 04 11:21:24 2017 -0700 |
tree | 1b6d353ef75496604e247b0ceec74e63cb228708 | |
parent | 705c7091262d02b09eb686c24491de61bf42fdb2 [diff] |
net: sched: avoid atomic swap in tcf_exts_change tcf_exts_change is always called on newly created exts, which are not used on fastpath. Therefore, simple struct copy is enough. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>