bonding: optimize tlb_get_least_loaded_slave
authorJiri Pirko <jpirko@redhat.com>
Wed, 19 May 2010 03:26:39 +0000 (03:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jun 2010 11:16:24 +0000 (04:16 -0700)
commit097811bb48c7837db94d7fe5d94f0f4b5e19e78c
tree61701eb46c49d0a2db449be87ae1d114e03ac9f7
parent5206e24c2c348d739c31ebed10a741a02bbde9e0
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>
drivers/net/bonding/bond_alb.c