commit | 87163ef9cda7617f8afdb549de191706641003c0 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@redhat.com> | Tue Sep 09 23:17:03 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 09 17:31:36 2014 -0700 |
tree | 597c6a74e401afdb18686a3ccf71abc46fc21cbf | |
parent | 246df7b423aa61a8bd0b58404759a9abb4c15081 [diff] |
bonding: remove last users of bond->lock and bond->lock itself The usage of bond->lock in bond_main.c was completely unnecessary as it didn't help to sync with anything, most of the spots already had RTNL. Since there're no more users of bond->lock, remove it. Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>