From 6e7514aea2b79ddf20753fec3d234c35b6495971 Mon Sep 17 00:00:00 2001 From: Peter Gill Date: Fri, 25 Jun 2010 16:17:33 -0400 Subject: 6963208 Race condition prevents target redirection from woking. --- usr/src/uts/common/io/idm/idm_impl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'usr/src/uts/common/io/idm') 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); } -- cgit v1.2.3