Re: [PATCH 2/2] scsi: scsi_error: Fix device reset is not triggered

2023-09-22 Thread Bart Van Assche
On 9/22/23 02:36, Wenchao Hao wrote: Fix the issue of skipping scsi_try_bus_device_reset() for devices which is in progress of removing in following order: T1: T2:scsi_error_handle __scsi_remove_device scsi_device_set_state(sdev, SDEV_DEL)

[PATCH 2/2] scsi: scsi_error: Fix device reset is not triggered

2023-09-22 Thread 'Wenchao Hao' via open-iscsi
Fix the issue of skipping scsi_try_bus_device_reset() for devices which is in progress of removing in following order: T1: T2:scsi_error_handle __scsi_remove_device scsi_device_set_state(sdev, SDEV_DEL) // would skip