diff options
author | James Smart <james.smart@emulex.com> | 2012-05-09 21:17:07 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-17 10:57:29 +0100 |
commit | 4f2e66c6d225a14fcf77d826fe71f6137cb27352 (patch) | |
tree | b6235968d1a223d83e750d41aab8100f912a68ea /drivers/scsi/lpfc/lpfc_crtn.h | |
parent | a7dd9c0f44966b4328b52c5e32f8c3345e3482e5 (diff) | |
download | linux-stable-4f2e66c6d225a14fcf77d826fe71f6137cb27352.tar.gz linux-stable-4f2e66c6d225a14fcf77d826fe71f6137cb27352.tar.bz2 linux-stable-4f2e66c6d225a14fcf77d826fe71f6137cb27352.zip |
[SCSI] lpfc 8.3.31: Fixed system panic due to midlayer abort and driver complete race on SCSI cmd
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_crtn.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_crtn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h index 620fa45866dc..9b2a16f3bc79 100644 --- a/drivers/scsi/lpfc/lpfc_crtn.h +++ b/drivers/scsi/lpfc/lpfc_crtn.h @@ -254,6 +254,7 @@ int lpfc_sli_handle_fast_ring_event(struct lpfc_hba *, struct lpfc_sli_ring *, uint32_t); +struct lpfc_iocbq *__lpfc_sli_get_iocbq(struct lpfc_hba *); struct lpfc_iocbq * lpfc_sli_get_iocbq(struct lpfc_hba *); void lpfc_sli_release_iocbq(struct lpfc_hba *, struct lpfc_iocbq *); uint16_t lpfc_sli_next_iotag(struct lpfc_hba *, struct lpfc_iocbq *); |