commit | 8574171833b24fda5101e1aa892a38c0d91d083e | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Jul 15 06:56:56 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 15 17:49:42 2014 -0700 |
tree | f84575fd40f7a900e7149afc629aa0f56c044b62 | |
parent | 4740d6382790077f22c606d03804f5d9f15b90d7 [diff] |
bonding: add proper __rcu annotation for current_arp_slave Using __rcu annotation actually helps to spot all accesses to bond->current_arp_slave are correctly protected, with LOCKDEP support. Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>