diff options
author | Martin K. Petersen <martin.petersen@oracle.com> | 2021-04-06 05:57:29 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-04-06 05:57:29 +0300 |
commit | 556666bce111b2a758010c2a2a6bab7f3770f4de (patch) | |
tree | 3a35ea6f9a9aa43b82166afc1f329084dd55c729 /include | |
parent | 4e2e619f3c9e3c49859f085995554a53e9fc0e02 (diff) | |
parent | 9e67600ed6b8565da4b85698ec659b5879a6c1c6 (diff) | |
download | linux-556666bce111b2a758010c2a2a6bab7f3770f4de.tar.xz |
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Pull 5.12/scsi-fixes into the 5.13 SCSI tree to provide a baseline for
some UFS changes that would otherwise cause conflicts during the
merge.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/scsi/scsi_transport_iscsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_iscsi.h b/include/scsi/scsi_transport_iscsi.h index 8a26a2ffa952..fc5a39839b4b 100644 --- a/include/scsi/scsi_transport_iscsi.h +++ b/include/scsi/scsi_transport_iscsi.h @@ -193,6 +193,7 @@ enum iscsi_connection_state { ISCSI_CONN_UP = 0, ISCSI_CONN_DOWN, ISCSI_CONN_FAILED, + ISCSI_CONN_BOUND, }; struct iscsi_cls_conn { |