diff options
| author | Peter Gill <Peter.Gill@Sun.COM> | 2010-06-25 16:17:33 -0400 |
|---|---|---|
| committer | Peter Gill <Peter.Gill@Sun.COM> | 2010-06-25 16:17:33 -0400 |
| commit | 6e7514aea2b79ddf20753fec3d234c35b6495971 (patch) | |
| tree | 87caabcfa91611ed8c80628bcb2932a7c2e50e0c /usr/src/uts/common/io/idm | |
| parent | 9b1bd49f83497d7b339a684a1a76de3aaccf5269 (diff) | |
| download | illumos-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.c | 3 |
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); } |
