Loading
scsi: Revert "scsi: libsas: Fix exp-attached device scan after probe failure...
scsi: Revert "scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed" This reverts commit ab2068a6. When probing the exp-attached sata device, libsas/libata will issue a hard reset in sas_probe_sata() -> ata_sas_async_probe(), then a broadcast event will be received after the disk probe fails, and this commit causes the probe will be re-executed on the disk, and a faulty disk may get into an indefinite loop of probe. Therefore, revert this commit, although it can fix some temporary issues with disk probe failure. Signed-off-by:Xingui Yang <yangxingui@huawei.com> Reviewed-by:
Jason Yan <yanaijie@huawei.com> Reviewed-by:
John Garry <john.g.garry@oracle.com> Link: https://patch.msgid.link/20251202065627.140361-1-yangxingui@huawei.com Signed-off-by:
Martin K. Petersen <martin.petersen@oracle.com>