Commit 712db3eb authored by Bryant G. Ly's avatar Bryant G. Ly Committed by Martin K. Petersen

scsi: ibmvscsis: Properly deregister target sessions

The driver currently doesn't properly deregisters target sessions
completely, so this will address that.
Signed-off-by: default avatarBryant G. Ly <bryantly@linux.vnet.ibm.com>
Signed-off-by: default avatarMichael Cyr <mikecyr@linux.vnet.ibm.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 699bed75
...@@ -1934,6 +1934,8 @@ static int ibmvscsis_drop_nexus(struct ibmvscsis_tport *tport) ...@@ -1934,6 +1934,8 @@ static int ibmvscsis_drop_nexus(struct ibmvscsis_tport *tport)
/* /*
* Release the SCSI I_T Nexus to the emulated ibmvscsis Target Port * Release the SCSI I_T Nexus to the emulated ibmvscsis Target Port
*/ */
target_wait_for_sess_cmds(se_sess);
transport_deregister_session_configfs(se_sess);
transport_deregister_session(se_sess); transport_deregister_session(se_sess);
tport->ibmv_nexus = NULL; tport->ibmv_nexus = NULL;
kfree(nexus); kfree(nexus);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment