commit | e1e5b3ff41983f506c3cbcf123fe7d682f61a8f1 | [log] [tgz] |
---|---|---|
author | Jan Beulich <JBeulich@suse.com> | Mon Oct 24 09:03:49 2016 -0600 |
committer | David Vrabel <david.vrabel@citrix.com> | Mon Oct 24 16:08:04 2016 +0100 |
tree | 8c2ef836dd61dd49e72389e6f39e332141cec5bf | |
parent | cb5f7e7c1ded5ff91b18116669c0f43c82bea3db [diff] |
xenbus: prefer list_for_each() This is more efficient than list_for_each_safe() when list modification is accompanied by breaking out of the loop. Signed-off-by: Jan Beulich <jbeulich@suse.com> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>