Skip to content
Commit c8ad0f29 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parents 725b7018 85741718
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment