From: Veaceslav Falico Date: Fri, 27 Sep 2013 14:12:02 +0000 (+0200) Subject: bonding: make bond_3ad_unbind_slave() use bond_for_each_slave() X-Git-Tag: v3.13-rc1~105^2~284 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b08826478cde26b00e37e59b390371c7c7a7c7a;p=pandora-kernel.git bonding: make bond_3ad_unbind_slave() use bond_for_each_slave() Convert all instances of for (agg = __get_first_agg(); agg; agg = __get_next_port) to the standard bond_for_each_slave(). CC: Jay Vosburgh CC: Andy Gospodarek Signed-off-by: Veaceslav Falico Signed-off-by: David S. Miller --- Reading git-diff-tree failed