[SCSI] lpfc 8.3.40: Fixed system panic during handling unsolicited receive buffer error condition
Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
9c6aa9d75f
commit
61f35bff15
1 changed files with 1 additions and 1 deletions
|
@ -3279,7 +3279,7 @@ lpfc_sli_sp_handle_rspiocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
|
|||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue