From: Pavel Emelyanov Date: Sun, 18 May 2008 04:10:10 +0000 (-0700) Subject: bonding: Relax unneeded _safe lists iterations. X-Git-Tag: v2.6.27-rc1~969^2~394^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0883beca7f39ab0c6447af35080e5caaa07418e3;p=pandora-kernel.git bonding: Relax unneeded _safe lists iterations. Many places either do not modify the list under the list_for_each_xxx, or break out of the loop as soon as the first element is removed. Thus, this _safe iteration just occupies some unneeded .text space and requires an additional variable. Signed-off-by: Pavel Emelyanov Acked-by: Jay Vosburgh Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed