commit | bdbc5f13036c13ba47dad5f99645556fc40381f0 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@redhat.com> | Tue Sep 09 23:16:58 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 09 17:31:35 2014 -0700 |
tree | 60a9fb60ce94cd8b16212c5d45f0d69873f7c3bc | |
parent | 51752afa735ab28b6023fcf22ec63955107f8a65 [diff] |
bonding: 3ad: use curr_slave_lock instead of bond->lock In 3ad mode the only syncing needed by bond->lock is for the wq and the recv handler, so change them to use curr_slave_lock. There're no locking dependencies here as 3ad doesn't use curr_slave_lock at all. Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>