diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2005-09-12 22:01:38 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-09-20 13:33:30 -0400 |
commit | baebc497b43a69d7280af226e08214c527220d45 (patch) | |
tree | da4cdd85f1eb49cea03d420e8f2eb055fb3d0a8a /drivers/scsi/iscsi_tcp.c | |
parent | bb052349798f775d4d7ed20ffcf1510287d8abe6 (diff) |
[SCSI] iscsi: update some iscsi proto defs
From: michaelc@cs.wisc.edu
Cleanup some iscsi_proto defs, add some missing values, and
fix some defs.
Signed-off-by: Alex Aizman <itn780@yahoo.com>
Signed-off-by: Dmitry Yusupov <dmitry_yus@yahoo.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/iscsi_tcp.c')
-rw-r--r-- | drivers/scsi/iscsi_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c index bb0a5039d334..baacf836083e 100644 --- a/drivers/scsi/iscsi_tcp.c +++ b/drivers/scsi/iscsi_tcp.c | |||
@@ -751,7 +751,7 @@ iscsi_hdr_recv(struct iscsi_conn *conn) | |||
751 | (void*)&mtask, sizeof(void*)); | 751 | (void*)&mtask, sizeof(void*)); |
752 | conn->tmabort_state = | 752 | conn->tmabort_state = |
753 | ((struct iscsi_tm_rsp *)hdr)-> | 753 | ((struct iscsi_tm_rsp *)hdr)-> |
754 | response == SCSI_TCP_TM_RESP_COMPLETE ? | 754 | response == ISCSI_TMF_RSP_COMPLETE ? |
755 | TMABORT_SUCCESS:TMABORT_FAILED; | 755 | TMABORT_SUCCESS:TMABORT_FAILED; |
756 | /* unblock eh_abort() */ | 756 | /* unblock eh_abort() */ |
757 | wake_up(&conn->ehwait); | 757 | wake_up(&conn->ehwait); |