diff options
| author | Xiang Chen <[email protected]> | 2021-12-20 19:21:33 +0800 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2021-12-22 23:38:30 -0500 |
| commit | 4ea775abbb5c50c26edbf043d5a2ae7fde407f4a (patch) | |
| tree | fbc9ee2b9d28f41e8d004def4cf3a4e4034ee55d /include | |
| parent | 0da7ca4c4fd95d70d473dc07488ad94ba3ee9b82 (diff) | |
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/[email protected]
Reviewed-by: John Garry <[email protected]>
Signed-off-by: Xiang Chen <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/scsi/libsas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index a795a2d9e5b1..698f2032807b 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h @@ -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 { |