Explorar el Código

[block] Use intfs_shutdown() when shutting down multiple interfaces

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown hace 7 años
padre
commit
9423a85f71
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      src/core/sanboot.c

+ 1
- 2
src/core/sanboot.c Ver fichero

@@ -171,8 +171,7 @@ static void sandev_command_expired ( struct retry_timer *timer,
171 171
 static void sandev_restart ( struct san_device *sandev, int rc ) {
172 172
 
173 173
 	/* Restart block device interface */
174
-	intf_nullify ( &sandev->command ); /* avoid potential loops */
175
-	intf_restart ( &sandev->block, rc );
174
+	intfs_restart ( rc, &sandev->command, &sandev->block, NULL );
176 175
 
177 176
 	/* Close any outstanding command */
178 177
 	sandev_command_close ( sandev, rc );

Loading…
Cancelar
Guardar