From: Veaceslav Falico Date: Fri, 27 Sep 2013 14:12:04 +0000 (+0200) Subject: bonding: don't use bond_next_slave() in bond_info_seq_next() X-Git-Tag: v3.13-rc1~105^2~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f965084535713d952c5bb702806fd6052641b9e9;p=pandora-kernel.git bonding: don't use bond_next_slave() in bond_info_seq_next() We don't need the circular loop there and it's the only current user of bond_next_slave() - so just use 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