From: Jiri Pirko Date: Mon, 31 Aug 2009 11:09:38 +0000 (+0000) Subject: bonding: make ab_arp select active slaves as other modes X-Git-Tag: v2.6.32-rc1~657^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9f602533e2f5c32a09a3a75904e5373cb6e6377;p=pandora-kernel.git bonding: make ab_arp select active slaves as other modes When I was implementing primary_passive option (formely named primary_lazy) I've run into troubles with ab_arp. This is the only mode which is not using bond_select_active_slave() function to select active slave and instead it selects it itself. This seems to be not the right behaviour and it would be better to do it in bond_select_active_slave() for all cases. This patch makes this happen. Please review. Signed-off-by: Jiri Pirko Signed-off-by: Jay Vosburgh Signed-off-by: David S. Miller --- Reading git-diff-tree failed