From: Nikolay Aleksandrov Date: Tue, 9 Sep 2014 21:17:02 +0000 (+0200) Subject: bonding: options: remove bond->lock usage X-Git-Tag: fixes-against-v3.18-rc2~81^2~119^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=246df7b423aa61a8bd0b58404759a9abb4c15081;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed