From: Nikolay Aleksandrov Date: Thu, 11 Sep 2014 20:49:22 +0000 (+0200) Subject: bonding: 3ad: clean up curr_slave_lock usage X-Git-Tag: fixes-against-v3.18-rc2~81^2~73^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e749866d7c6b0ee1f9377cf7142f2690596a05;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed