commit | 4bab16d7c97498e91564231b922d49f52efaf7d4 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@redhat.com> | Thu Sep 11 22:49:26 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 13 16:29:07 2014 -0400 |
tree | 78d3ab74fa02b046b773bf7e2b547a7079e121a4 | |
parent | b743562819bd97cc7c282e870896bae8016b64b5 [diff] |
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 <jay.vosburgh@canonical.com> Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>