scsi: libsas: Add flag SAS_HA_RESUMING
Add a flag SAS_HA_RESUMING and use it to indicate the state of resuming the host controller. Link: https://lore.kernel.org/r/1639999298-244569-11-git-send-email-chenxiang66@hisilicon.com Reviewed-by: John Garry <john.garry@huawei.com> Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
0da7ca4c4f
commit
4ea775abbb
@@ -356,6 +356,7 @@ enum sas_ha_state {
|
||||
SAS_HA_DRAINING,
|
||||
SAS_HA_ATA_EH_ACTIVE,
|
||||
SAS_HA_FROZEN,
|
||||
SAS_HA_RESUMING,
|
||||
};
|
||||
|
||||
struct sas_ha_struct {
|
||||
|
||||
Reference in New Issue
Block a user