diff options
author | James Smart <james.smart@emulex.com> | 2012-06-12 13:54:36 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-07-20 03:58:28 -0400 |
commit | 618a5230b8fa62bc7901b8b754b4379b3fcfa0f9 (patch) | |
tree | da409c55a30e8d283f31bb8594df3da6e395a002 /drivers/scsi/lpfc/lpfc_scsi.c | |
parent | bbeb79b90e806da2e2338bd8d89c6fa8a1333357 (diff) |
[SCSI] lpfc 8.3.32: Correct provisioning change failure on local function
Fixed system held-up when performing resource provsion through same PCI
function
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_scsi.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c index 66e09069f281..d2ef8f4e9254 100644 --- a/drivers/scsi/lpfc/lpfc_scsi.c +++ b/drivers/scsi/lpfc/lpfc_scsi.c | |||
@@ -4982,7 +4982,7 @@ lpfc_host_reset_handler(struct scsi_cmnd *cmnd) | |||
4982 | struct lpfc_hba *phba = vport->phba; | 4982 | struct lpfc_hba *phba = vport->phba; |
4983 | int rc, ret = SUCCESS; | 4983 | int rc, ret = SUCCESS; |
4984 | 4984 | ||
4985 | lpfc_offline_prep(phba); | 4985 | lpfc_offline_prep(phba, LPFC_MBX_WAIT); |
4986 | lpfc_offline(phba); | 4986 | lpfc_offline(phba); |
4987 | rc = lpfc_sli_brdrestart(phba); | 4987 | rc = lpfc_sli_brdrestart(phba); |
4988 | if (rc) | 4988 | if (rc) |