瀏覽代碼

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 7 年之前
父節點
當前提交
9423a85f71
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      src/core/sanboot.c

+ 1
- 2
src/core/sanboot.c 查看文件

@@ -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…
取消
儲存