commit | 86e749866d7c6b0ee1f9377cf7142f2690596a05 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@redhat.com> | Thu Sep 11 22:49:22 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 13 16:29:06 2014 -0400 |
tree | d81e5ce453b7c3f875f5110ddc315cf92612ccde | |
parent | b25bd2515ea32cf5ddd5fd5a2a93b8c9dd875e4f [diff] |
bonding: 3ad: clean up curr_slave_lock usage Remove the read_lock in bond_3ad_lacpdu_recv() since when the slave is being released its rx_handler is removed before 3ad unbind, so even if packets arrive, they won't see the slave in an inconsistent state. Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>