* [PATCH 08/12] lpfc 8.3.34: Add XRI to abort handler timeout log message
@ 2012-08-14 18:26 James Smart
0 siblings, 0 replies; only message in thread
From: James Smart @ 2012-08-14 18:26 UTC (permalink / raw)
To: linux-scsi
Add XRI to abort handler timeout log message
Signed-off-by: James Smart <james.smart@emulex.com>
---
lpfc_scsi.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff -upNr a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c
--- a/drivers/scsi/lpfc/lpfc_scsi.c 2012-08-11 12:24:52.312924252 -0400
+++ b/drivers/scsi/lpfc/lpfc_scsi.c 2012-08-11 12:24:52.431924247 -0400
@@ -4502,9 +4502,10 @@ lpfc_abort_handler(struct scsi_cmnd *cmn
ret = FAILED;
lpfc_printf_vlog(vport, KERN_ERR, LOG_FCP,
"0748 abort handler timed out waiting "
- "for abort to complete: ret %#x, ID %d, "
- "LUN %d\n",
- ret, cmnd->device->id, cmnd->device->lun);
+ "for abortng I/O (xri:x%x) to complete: "
+ "ret %#x, ID %d, LUN %d\n",
+ iocb->sli4_xritag, ret,
+ cmnd->device->id, cmnd->device->lun);
}
goto out;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-14 18:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 18:26 [PATCH 08/12] lpfc 8.3.34: Add XRI to abort handler timeout log message James Smart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).