scsi: Revert "scsi: hisi_sas: Don't send bcast events from HW during nexus HA reset"
authorJie Zhan <zhanjie9@hisilicon.com>
Fri, 18 Nov 2022 08:37:11 +0000 (16:37 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 26 Nov 2022 02:26:02 +0000 (02:26 +0000)
commit94a3555d1f0f51cf029a8668624e1cd40628880f
treed3880e3f5c7e5e21ce53f360ddbc54ce28f7c024
parent7e613be7c63d2b9041b38d51fc324b8ad67d31e3
scsi: Revert "scsi: hisi_sas: Don't send bcast events from HW during nexus HA reset"

This reverts commit f5f2a2716055ad8c0c4ff83e51d667646c6c5d8a.

This is now unnecessary to solve the SATA devices missing issue in
hisi_sas_clear_nexus_ha(). Hence, we should not ignore bcast events during
sas_eh_handle_sas_errors() in case of missing bcast events, unless a
justified need is found and a mechanism to defer (but not ignore) bcast
events in sas_eh_handle_sas_errors() is provided.

Also, in hisi_sas_clear_nexus_ha(), there is nothing further to handle in
"out: " other than return, so that part can be reverted.

Signed-off-by: Jie Zhan <zhanjie9@hisilicon.com>
Link: https://lore.kernel.org/r/20221118083714.4034612-3-zhanjie9@hisilicon.com
Reviewed-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hisi_sas/hisi_sas_main.c