From: Eric Dumazet Date: Wed, 15 Sep 2010 20:25:34 +0000 (+0000) Subject: ip6tnl: get rid of ip6_tnl_lock X-Git-Tag: v2.6.37-rc1~147^2~420 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94767632623c7bf5b16a0cf963ec93a8ad9acca4;p=pandora-kernel.git ip6tnl: get rid of ip6_tnl_lock As RTNL is held while doing tunnels inserts and deletes, we can remove ip6_tnl_lock spinlock. My initial RCU conversion was conservative and converted the rwlock to spinlock, with no RTNL requirement. Use appropriate rcu annotations and modern lockdep checks as well. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed