From: Vaios Papadimitriou Date: Tue, 28 Aug 2012 23:02:15 +0000 (-0700) Subject: scsi/lpfc: Logged XRI of the SCSI command to be aborted on abort handler timeout X-Git-Tag: v2.6.39-400.9.0~314^2~5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5fe294f9dca3131170e55b709b19f2564016079a;p=users%2Fjedix%2Flinux-maple.git scsi/lpfc: Logged XRI of the SCSI command to be aborted on abort handler timeout commit id: http://marc.info/?l=linux-scsi&m=134496908630003 Signed-off-by: Jerry Snitselaar --- diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c index 3a42fb7e6d68..0292d2ee2ea6 100644 --- a/drivers/scsi/lpfc/lpfc_scsi.c +++ b/drivers/scsi/lpfc/lpfc_scsi.c @@ -4503,9 +4503,10 @@ lpfc_abort_handler(struct scsi_cmnd *cmnd) 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;