commit | 246df7b423aa61a8bd0b58404759a9abb4c15081 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@redhat.com> | Tue Sep 09 23:17:02 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 09 17:31:35 2014 -0700 |
tree | a143752f926a2738ecbf9d9d2e5da79850930418 | |
parent | e9fe8efeeae11f19bb6fafd6153ec77deaeb4b83 [diff] |
bonding: options: remove bond->lock usage We're safe to remove the bond->lock use from the arp targets because arp_rcv_probe no longer acquires bond->lock, only rcu_read_lock. Also setting the primary slave is safe because noone uses the bond->lock as a syncing mechanism for that anymore. Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>