From: Eric Dumazet Date: Wed, 15 Sep 2010 11:35:10 +0000 (+0000) Subject: sit: get rid of ipip6_lock X-Git-Tag: v2.6.37-rc1~147^2~437 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a43be3c328ff42327da0b141de360dc4587aab7;p=pandora-kernel.git sit: get rid of ipip6_lock As RTNL is held while doing tunnels inserts and deletes, we can remove ipip6_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