|
@@ -1135,6 +1135,8 @@ lpfc_nlp_list(struct lpfc_hba * phba, struct lpfc_nodelist * nlp, int list)
|
|
switch(list) {
|
|
switch(list) {
|
|
case NLP_NO_LIST: /* No list, just remove it */
|
|
case NLP_NO_LIST: /* No list, just remove it */
|
|
lpfc_nlp_remove(phba, nlp);
|
|
lpfc_nlp_remove(phba, nlp);
|
|
|
|
+ /* as node removed - stop further transport calls */
|
|
|
|
+ rport_del = none;
|
|
break;
|
|
break;
|
|
case NLP_UNUSED_LIST:
|
|
case NLP_UNUSED_LIST:
|
|
spin_lock_irq(phba->host->host_lock);
|
|
spin_lock_irq(phba->host->host_lock);
|