From: Nikolay Aleksandrov Date: Thu, 11 Sep 2014 20:49:26 +0000 (+0200) Subject: bonding: alb: convert to bond->mode_lock X-Git-Tag: fixes-against-v3.18-rc2~81^2~73^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bab16d7c97498e91564231b922d49f52efaf7d4;p=pandora-kernel.git bonding: alb: convert to bond->mode_lock The ALB/TLB specific spinlocks are no longer necessary as we now have bond->mode_lock for this purpose, so convert them and remove them from struct alb_bond_info. Also remove the unneeded lock/unlock functions and use spin_lock/unlock directly. Suggested-by: Jay Vosburgh Signed-off-by: Nikolay Aleksandrov Signed-off-by: David S. Miller --- Reading git-diff-tree failed