Re: [PATCH net-next v3] vxlan: fix rcu related warning
From: David Miller <davem@davemloft.net>
Date: 2013-08-05 01:47:40
From: David Miller <davem@davemloft.net>
Date: 2013-08-05 01:47:40
From: Stephen Hemminger <stephen@networkplumber.org> Date: Sun, 4 Aug 2013 17:17:39 -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>
Also applied, thanks.