diff options
author | John Garry <john.garry@huawei.com> | 2022-02-17 16:42:32 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2022-02-19 21:59:34 +0100 |
commit | 2dd6801a671c0a82e756355d20669ad5bbe89073 (patch) | |
tree | ae9ec298484592e1267c0ed18a10715d38e23368 /include/scsi/libsas.h | |
parent | scsi: libsas: Delete lldd_clear_aca callback (diff) | |
download | linux-2dd6801a671c0a82e756355d20669ad5bbe89073.tar.xz linux-2dd6801a671c0a82e756355d20669ad5bbe89073.zip |
scsi: libsas: Delete SAS_SG_ERR
No LLDD sets exec status as SAS_SG_ERR, so remove support.
Link: https://lore.kernel.org/r/1645112566-115804-5-git-send-email-john.garry@huawei.com
Tested-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi/libsas.h')
-rw-r--r-- | include/scsi/libsas.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index 8026c1bb57ba..cd2b2b67bf93 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h @@ -492,7 +492,6 @@ enum exec_status { SAS_INTERRUPTED, SAS_QUEUE_FULL, SAS_DEVICE_UNKNOWN, - SAS_SG_ERR, SAS_OPEN_REJECT, SAS_OPEN_TO, SAS_PROTO_RESPONSE, |