From: Eric Dumazet Date: Mon, 30 Aug 2010 11:07:25 +0000 (+0000) Subject: net: tunnels should use rcu_dereference X-Git-Tag: v2.6.37-rc1~147^2~599 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=875168a9330d3aa6481ce62ce8fa77c7be0c75fb;p=pandora-kernel.git net: tunnels should use rcu_dereference tunnel4_handlers, tunnel64_handlers, tunnel6_handlers and tunnel46_handlers are protected by RCU, but we dont use appropriate rcu primitives to scan them. rcu_lock() is already held by caller. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed