ソースを参照

[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 );

読み込み中…
キャンセル
保存