commit | 0965a1f3f8757a2c20a16a83bc18279009d79a26 | [log] [tgz] |
---|---|---|
author | Veaceslav Falico <vfalico@redhat.com> | Wed Sep 25 09:20:21 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 26 16:02:06 2013 -0400 |
tree | dd7b1c154e8b5e01f31422ebdf3c27df8b583780 | |
parent | b386c58b85b23c3a73baa014d01d2943ca8260cd [diff] |
bonding: add bond_has_slaves() and use it Currently we verify if we have slaves by checking if bond->slave_list is empty. Create a define bond_has_slaves() and use it, a bit more readable and easier to change in the future. CC: Jay Vosburgh <fubar@us.ibm.com> CC: Andy Gospodarek <andy@greyhouse.net> Signed-off-by: Veaceslav Falico <vfalico@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>