aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
diff options
context:
space:
mode:
authorJames Smart <james.smart@emulex.com>2012-08-14 14:26:13 -0400
committerJames Bottomley <JBottomley@Parallels.com>2012-09-14 12:59:24 -0400
commit247ca945d8153c96dd10fc94f12b36bd4cb3ecfd (patch)
treeaaed79d8d98d62995f6fbe0ee7cde62e1d65766a /drivers/scsi/lpfc
parentaa1c7ee74a0af0a84bf6cdb0a77ad1510ec04fa9 (diff)
[SCSI] lpfc 8.3.34: Add XRI to abort handler timeout log message
Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc')
-rw-r--r--drivers/scsi/lpfc/lpfc_scsi.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c
index b2c7d805bac9..5ab21f7dc3fc 100644
--- a/drivers/scsi/lpfc/lpfc_scsi.c
+++ b/drivers/scsi/lpfc/lpfc_scsi.c
@@ -4502,9 +4502,10 @@ lpfc_abort_handler(struct scsi_cmnd *cmnd)
4502 ret = FAILED; 4502 ret = FAILED;
4503 lpfc_printf_vlog(vport, KERN_ERR, LOG_FCP, 4503 lpfc_printf_vlog(vport, KERN_ERR, LOG_FCP,
4504 "0748 abort handler timed out waiting " 4504 "0748 abort handler timed out waiting "
4505 "for abort to complete: ret %#x, ID %d, " 4505 "for abortng I/O (xri:x%x) to complete: "
4506 "LUN %d\n", 4506 "ret %#x, ID %d, LUN %d\n",
4507 ret, cmnd->device->id, cmnd->device->lun); 4507 iocb->sli4_xritag, ret,
4508 cmnd->device->id, cmnd->device->lun);
4508 } 4509 }
4509 goto out; 4510 goto out;
4510 4511