Merge branch 'bonding_rcu'
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Jul 2014 00:50:22 +0000 (17:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jul 2014 00:50:22 +0000 (17:50 -0700)
commitc8ad0f298cb8bf2283c72873b6d62797e65343b4
treef84575fd40f7a900e7149afc629aa0f56c044b62
parent725b70185d6b4ae73dc563725a95a0c10e242df5
parent8574171833b24fda5101e1aa892a38c0d91d083e
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 <davem@davemloft.net>