From: Eric Dumazet Date: Wed, 30 Nov 2011 04:08:58 +0000 (+0000) Subject: sch_teql: fix lockdep splat X-Git-Tag: v3.2-rc5~56^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e57044eeb1841847c24aa06766c8290c202583;p=pandora-kernel.git sch_teql: fix lockdep splat We need rcu_read_lock() protection before using dst_get_neighbour(), and we must cache its value (pass it to __teql_resolve()) teql_master_xmit() is called under rcu_read_lock_bh() protection, its not enough. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed