From: Sven Eckelmann Date: Sat, 18 Sep 2010 19:01:16 +0000 (+0200) Subject: Staging: batman-adv: Always protect list_for_each_entry_rcu with RCU X-Git-Tag: v2.6.37-rc1~60^2~3^2~549 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2250840111b362a30e35ce52770bde3692e402b2;p=pandora-kernel.git Staging: batman-adv: Always protect list_for_each_entry_rcu with RCU receive_bat_packet is not called with rcu_read_lock so we must ensure by ourself that we protect list_for_each_entry_rcu using the correct RCU locks. Signed-off-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed