From: David S. Miller Date: Wed, 16 Jul 2014 00:50:22 +0000 (-0700) Subject: Merge branch 'bonding_rcu' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c8ad0f298cb8bf2283c72873b6d62797e65343b4;p=linux-beck.git Merge branch 'bonding_rcu' Eric Dumazet says: ==================== bonding: rcu cleanups RCU was added to bonding in linux-3.12 but lacked proper sparse annotations. Using __rcu annotation actually helps to spot all accesses to bond->curr_active_slave & cond->current_arp_slave are correctly protected, with full sparse & LOCKDEP support. Lets clean the code. ==================== Signed-off-by: David S. Miller --- c8ad0f298cb8bf2283c72873b6d62797e65343b4