vxlan: fix rcu related warning
authorstephen hemminger <stephen@networkplumber.org>
Mon, 5 Aug 2013 00:17:39 +0000 (17:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Aug 2013 01:47:14 +0000 (18:47 -0700)
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>

No differences found