]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
scsi/lpfc: Logged XRI of the SCSI command to be aborted on abort handler timeout
authorVaios Papadimitriou <vaios.papadimitriou@emulex.com>
Tue, 28 Aug 2012 23:02:15 +0000 (16:02 -0700)
committerJerry Snitselaar <jerry.snitselaar@oracle.com>
Wed, 5 Sep 2012 19:25:49 +0000 (12:25 -0700)
commit id: http://marc.info/?l=linux-scsi&m=134496908630003

Signed-off-by: Jerry Snitselaar <jerry.snitselaar@oracle.com>
drivers/scsi/lpfc/lpfc_scsi.c

index 3a42fb7e6d68cb655705d25dbaa9d27b8c4aafb3..0292d2ee2ea600feee448921fc423ab99664cf85 100644 (file)
@@ -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;