commit | 097811bb48c7837db94d7fe5d94f0f4b5e19e78c | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Wed May 19 03:26:39 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 02 04:16:24 2010 -0700 |
tree | 61701eb46c49d0a2db449be87ae1d114e03ac9f7 | |
parent | 5206e24c2c348d739c31ebed10a741a02bbde9e0 [diff] |
bonding: optimize tlb_get_least_loaded_slave In the worst case, when the first loop breaks an the end of the slave list, the slave list is iterated through twice. This patch reduces this function only to one loop. Also makes it simpler. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>