From: Nikolay Aleksandrov Date: Thu, 11 Sep 2014 20:49:25 +0000 (+0200) Subject: bonding: convert curr_slave_lock to a spinlock and rename it X-Git-Tag: fixes-against-v3.18-rc2~81^2~73^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b743562819bd97cc7c282e870896bae8016b64b5;p=pandora-kernel.git bonding: convert curr_slave_lock to a spinlock and rename it curr_slave_lock is now a misleading name, a much better name is mode_lock as it'll be used for each mode's purposes and it's no longer necessary to use a rwlock, a simple spinlock is enough. Suggested-by: Jay Vosburgh Signed-off-by: Nikolay Aleksandrov Signed-off-by: David S. Miller --- Reading git-diff-tree failed