]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commit
xenbus: replace list_for_each..._safe() by list_for_each...() where possible
authorJan Beulich <jbeulich@novell.com>
Thu, 23 Jun 2011 10:14:00 +0000 (11:14 +0100)
committerJan Beulich <jbeulich@novell.com>
Thu, 23 Jun 2011 10:14:00 +0000 (11:14 +0100)
commit318fba172df9d3ddf7ebc3463f59b72ace59910e
tree224e37adc9a847b75a6bfe330fe7b170d3426d6c
parent06ba9206cd5f01a47453e0b7c73b796d21212b44
xenbus: replace list_for_each..._safe() by list_for_each...() where possible

There's no need for using the ..._safe() list iterators when deletion
of objects is followed by a loop exit.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
drivers/xen/netback/accel.c
drivers/xen/pciback/vpci.c
drivers/xen/xenbus/xenbus_dev.c