From: Eric Dumazet Date: Mon, 25 Oct 2010 21:01:26 +0000 (+0000) Subject: tunnels: add __rcu annotations X-Git-Tag: v2.6.37-rc1~88^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33eab08445d86c3d0dec3111ce10df561328705;p=pandora-kernel.git tunnels: add __rcu annotations Add __rcu annotations to : (struct ip_tunnel)->prl (struct ip_tunnel_prl_entry)->next (struct xfrm_tunnel)->next struct xfrm_tunnel *tunnel4_handlers struct xfrm_tunnel *tunnel64_handlers And use appropriate rcu primitives to reduce sparse warnings if CONFIG_SPARSE_RCU_POINTER=y Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed