diff options
author | James Smart <James.Smart@Emulex.Com> | 2007-04-25 09:52:27 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-05-06 10:33:14 -0400 |
commit | de0c5b32b50ef2673f4cd434b9c2732237d715dd (patch) | |
tree | b531709da0a9e6a1cc8d18992a7681db4d163f23 /drivers/scsi/lpfc/lpfc_init.c | |
parent | 2534ba756ec407d343af45168273d3a64825a7ba (diff) |
[SCSI] lpfc 8.1.12 : Reorganize lpfc_nlp_list() and callers to prepare for nodelist simplification
Reorganize lpfc_nlp_list() and callers to prepare for nodelist simplification.
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index dc0fd2e36de1..5f013f1cdead 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -1196,7 +1196,7 @@ lpfc_cleanup(struct lpfc_hba * phba) | |||
1196 | 1196 | ||
1197 | list_for_each_entry_safe(ndlp, next_ndlp, &phba->fc_unused_list, | 1197 | list_for_each_entry_safe(ndlp, next_ndlp, &phba->fc_unused_list, |
1198 | nlp_listp) { | 1198 | nlp_listp) { |
1199 | lpfc_nlp_list(phba, ndlp, NLP_NO_LIST); | 1199 | lpfc_drop_node(phba, ndlp); |
1200 | } | 1200 | } |
1201 | 1201 | ||
1202 | list_for_each_entry_safe(ndlp, next_ndlp, &phba->fc_plogi_list, | 1202 | list_for_each_entry_safe(ndlp, next_ndlp, &phba->fc_plogi_list, |