|
@@ -88,14 +88,6 @@ lpfc_terminate_rport_io(struct fc_rport *rport)
|
|
|
&phba->sli.ring[phba->sli.fcp_ring],
|
|
|
ndlp->nlp_sid, 0, LPFC_CTX_TGT);
|
|
|
}
|
|
|
-
|
|
|
- /*
|
|
|
- * A device is normally blocked for rediscovery and unblocked when
|
|
|
- * devloss timeout happens. In case a vport is removed or driver
|
|
|
- * unloaded before devloss timeout happens, we need to unblock here.
|
|
|
- */
|
|
|
- scsi_target_unblock(&rport->dev);
|
|
|
- return;
|
|
|
}
|
|
|
|
|
|
/*
|