All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/17] lpfc 8.3.40: Fixed system panic during handling unsolicited receive buffer error condition
@ 2013-05-31 21:03 James Smart
  0 siblings, 0 replies; only message in thread
From: James Smart @ 2013-05-31 21:03 UTC (permalink / raw)
  To: linux-scsi

Fixed system panic during handling unsolicited receive buffer error condition


Signed-off-by: James Smart <james.smart@emulex.com>

 ---

 lpfc_sli.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff -upNr a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c
--- a/drivers/scsi/lpfc/lpfc_sli.c	2013-05-03 09:24:34.000000000 -0400
+++ b/drivers/scsi/lpfc/lpfc_sli.c	2013-05-31 10:58:14.126057545 -0400
@@ -3279,7 +3279,7 @@ lpfc_sli_sp_handle_rspiocb(struct lpfc_h
 		if (free_saveq) {
 			list_for_each_entry_safe(rspiocbp, next_iocb,
 						 &saveq->list, list) {
-				list_del(&rspiocbp->list);
+				list_del_init(&rspiocbp->list);
 				__lpfc_sli_release_iocbq(phba, rspiocbp);
 			}
 			__lpfc_sli_release_iocbq(phba, saveq);




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-31 21:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-31 21:03 [PATCH 4/17] lpfc 8.3.40: Fixed system panic during handling unsolicited receive buffer error condition James Smart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.