From: Sven Eckelmann Date: Sat, 14 May 2011 22:50:21 +0000 (+0200) Subject: batman-adv: Use rcu_dereference_protected by update-side X-Git-Tag: v3.1-rc1~316^2~412^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=728cbc6ac1eef89660875c70a602c1a0ba8df4ff;p=pandora-kernel.git batman-adv: Use rcu_dereference_protected by update-side Usually rcu_dereference isn't necessary in situations were the RCU-protected data structure cannot change, but sparse and lockdep still need a similar functionality for analysis. rcu_dereference_protected implements the reduced version which should be used to support the dynamic and static analysis. Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed