[SCSI] ibmvfc, qla2xxx, lpfc: remove scsi_target_unblock calls in terminate callbacks
The fc class now calls scsi_target_unblock after calling the terminate callback, so this patch removes the calls from the drivers. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
committed by
James Bottomley
parent
fff9d40ce0
commit
9cc328f502
@@ -2031,8 +2031,6 @@ static void ibmvfc_terminate_rport_io(struct fc_rport *rport)
|
||||
spin_unlock_irqrestore(shost->host_lock, flags);
|
||||
} else
|
||||
ibmvfc_issue_fc_host_lip(shost);
|
||||
|
||||
scsi_target_unblock(&rport->dev);
|
||||
LEAVE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user