commit | 57d88182ea3e8763111882671fd7462289272f64 | [log] [tgz] |
---|---|---|
author | Mark Bloch <markb@mellanox.com> | Wed Jun 07 14:36:58 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 07 15:26:03 2017 -0400 |
tree | 8d2a087ee5737a1de6560ce3a094500742eae02b | |
parent | 1dec4cec9ff1cdc2b1b4b68417c04146df93f43d [diff] |
vxlan: use a more suitable function when assigning NULL When stopping the vxlan interface we detach it from the socket. Use RCU_INIT_POINTER() and not rcu_assign_pointer() to do so. Suggested-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: Mark Bloch <markb@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>