[SCSI] iscsi update: set correct state at creation time
>From erezz@voltaire.com: We are still in ISCSI_STATE_FREE state at create time. The addition of the first connection puts us in ISCSI_STATE_LOGGED_IN. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: Alex Aizman <itn780@yahoo.com> Signed-off-by: Dmitry Yusupov <dmitry_yus@yahoo.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
1fd459e367
commit
351f739e68
@ -3267,7 +3267,7 @@ iscsi_session_create(struct scsi_transport_template *scsit,
|
||||
session = iscsi_hostdata(shost->hostdata);
|
||||
memset(session, 0, sizeof(struct iscsi_session));
|
||||
session->host = shost;
|
||||
session->state = ISCSI_STATE_LOGGED_IN;
|
||||
session->state = ISCSI_STATE_FREE;
|
||||
session->mgmtpool_max = ISCSI_MGMT_CMDS_MAX;
|
||||
session->cmds_max = ISCSI_XMIT_CMDS_MAX;
|
||||
session->cmdsn = initial_cmdsn;
|
||||
|
Loading…
Reference in New Issue
Block a user