diff options
author | James Bottomley <JBottomley@Parallels.com> | 2014-08-06 19:26:55 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2014-08-06 19:26:55 +0200 |
commit | ae87e8b212eda02503418657530a266ecb4a7180 (patch) | |
tree | 5b91ae2da111567460f0f933a23cc45d2eedc535 /include | |
parent | Merge remote-tracking branch 'scsi-queue/core-for-3.17' into for-next (diff) | |
parent | iscsi class: Fix freeing of skb in get host error path (diff) | |
download | linux-ae87e8b212eda02503418657530a266ecb4a7180.tar.xz linux-ae87e8b212eda02503418657530a266ecb4a7180.zip |
Merge remote-tracking branch 'scsi-queue/drivers-for-3.17' into for-next
Diffstat (limited to 'include')
-rw-r--r-- | include/scsi/iscsi_if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/iscsi_if.h b/include/scsi/iscsi_if.h index fd0421c6d40a..95ed9424a11a 100644 --- a/include/scsi/iscsi_if.h +++ b/include/scsi/iscsi_if.h @@ -527,6 +527,7 @@ enum iscsi_err { ISCSI_ERR_XMIT_FAILED = ISCSI_ERR_BASE + 19, ISCSI_ERR_TCP_CONN_CLOSE = ISCSI_ERR_BASE + 20, ISCSI_ERR_SCSI_EH_SESSION_RST = ISCSI_ERR_BASE + 21, + ISCSI_ERR_NOP_TIMEDOUT = ISCSI_ERR_BASE + 22, }; /* |