commit | 850d0cbc9171f63f0418afffb0d89a84db927851 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <[email protected]> | Wed Oct 14 19:40:51 2015 +0200 |
committer | David S. Miller <[email protected]> | Thu Oct 15 06:09:49 2015 -0700 |
tree | 21ecd5e1adb0d14f8c455484d57795d0a86379ea | |
parent | 0bc05d585d381c30de3fdf955730df31593d2101 [diff] |
switchdev: remove pointers from switchdev objects When object is used in deferred work, we cannot use pointers in switchdev object structures because the memory they point at may be already used by someone else. So rather do local copy of the value. Signed-off-by: Jiri Pirko <[email protected]> Acked-by: Scott Feldman <[email protected]> Reviewed-by: John Fastabend <[email protected]> Signed-off-by: David S. Miller <[email protected]>