summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/idm
diff options
context:
space:
mode:
authorPeter Gill <Peter.Gill@Sun.COM>2010-06-25 16:17:33 -0400
committerPeter Gill <Peter.Gill@Sun.COM>2010-06-25 16:17:33 -0400
commit6e7514aea2b79ddf20753fec3d234c35b6495971 (patch)
tree87caabcfa91611ed8c80628bcb2932a7c2e50e0c /usr/src/uts/common/io/idm
parent9b1bd49f83497d7b339a684a1a76de3aaccf5269 (diff)
downloadillumos-gate-6e7514aea2b79ddf20753fec3d234c35b6495971.tar.gz
6963208 Race condition prevents target redirection from woking.
Diffstat (limited to 'usr/src/uts/common/io/idm')
-rw-r--r--usr/src/uts/common/io/idm/idm_impl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/uts/common/io/idm/idm_impl.c b/usr/src/uts/common/io/idm/idm_impl.c
index 9e675aadad..0ebf6edda7 100644
--- a/usr/src/uts/common/io/idm/idm_impl.c
+++ b/usr/src/uts/common/io/idm/idm_impl.c
@@ -282,9 +282,6 @@ idm_parse_login_rsp(idm_conn_t *ic, idm_pdu_t *login_rsp_pdu, boolean_t rx)
} else {
new_event = (rx ? CE_MISC_RX : CE_MISC_TX);
}
- } else if (rx && login_rsp->status_class ==
- ISCSI_STATUS_CLASS_REDIRECT) {
- new_event = CE_MISC_RX;
} else {
new_event = (rx ? CE_LOGIN_FAIL_RCV : CE_LOGIN_FAIL_SND);
}