From: Martin KaFai Lau Date: Tue, 15 Sep 2015 21:30:09 +0000 (-0700) Subject: ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel X-Git-Tag: omap-for-v4.3/fixes-rc5~84^2~76^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70da5b5c532f0ec8aa76b4f46158da5f010f34b3;p=pandora-kernel.git ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel This patch uses a seqlock to ensure consistency between idst->dst and idst->cookie. It also makes dst freeing from fib tree to undergo a rcu grace period. Signed-off-by: Martin KaFai Lau Signed-off-by: David S. Miller --- Reading git-diff-tree failed