From: Nikolay Aleksandrov Date: Tue, 9 Sep 2014 21:16:58 +0000 (+0200) Subject: bonding: 3ad: use curr_slave_lock instead of bond->lock X-Git-Tag: fixes-against-v3.18-rc2~81^2~119^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdbc5f13036c13ba47dad5f99645556fc40381f0;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed