mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 19:36:41 +00:00
[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
@ -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…
Reference in New Issue
Block a user