commit | 5ca5461c3ee8b306c04ac833e5eacb5755b85d88 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Sun Aug 04 17:17:39 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 04 18:47:14 2013 -0700 |
tree | 4fda1c96a7c223d6d85d668b6bc0df01e65372ed | |
parent | 762a3d89ebf5873f71b3839449ac6562049ef1ce [diff] |
vxlan: fix rcu related warning Vxlan remote list is protected by RCU and guaranteed to be non-empty. Split out the rcu and non-rcu access to the list to fix warning Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>