Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=345bfea5e424f086b654294eddcfa3f8ff92b47f
Commit:     345bfea5e424f086b654294eddcfa3f8ff92b47f
Parent:     a11b4743e58f53213acdd16e3a0004d035aa45f0
Author:     Christof Schmitt <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 5 12:37:44 2007 +0100
Committer:  James Bottomley <[EMAIL PROTECTED]>
CommitDate: Fri Jan 11 18:22:39 2008 -0600

    [SCSI] zfcp: Use also port and adapter to identify unit in messages.
    
    Signed-off-by: Christof Schmitt <[EMAIL PROTECTED]>
    Signed-off-by: Swen Schillig <[EMAIL PROTECTED]>
    Signed-off-by: James Bottomley <[EMAIL PROTECTED]>
---
 drivers/s390/scsi/zfcp_scsi.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/drivers/s390/scsi/zfcp_scsi.c b/drivers/s390/scsi/zfcp_scsi.c
index 28e2b52..c6b6295 100644
--- a/drivers/s390/scsi/zfcp_scsi.c
+++ b/drivers/s390/scsi/zfcp_scsi.c
@@ -458,7 +458,9 @@ zfcp_scsi_eh_device_reset_handler(struct scsi_cmnd *scpnt)
                retval = SUCCESS;
                goto out;
        }
-       ZFCP_LOG_NORMAL("resetting unit 0x%016Lx\n", unit->fcp_lun);
+       ZFCP_LOG_NORMAL("resetting unit 0x%016Lx on port 0x%016Lx, adapter 
%s\n",
+                       unit->fcp_lun, unit->port->wwpn,
+                       zfcp_get_busid_by_adapter(unit->port->adapter));
 
        /*
         * If we do not know whether the unit supports 'logical unit reset'
@@ -552,7 +554,9 @@ static int zfcp_scsi_eh_host_reset_handler(struct scsi_cmnd 
*scpnt)
        adapter = unit->port->adapter;
 
        ZFCP_LOG_NORMAL("host reset because of problems with "
-                       "unit 0x%016Lx\n", unit->fcp_lun);
+               "unit 0x%016Lx on port 0x%016Lx, adapter %s\n",
+               unit->fcp_lun, unit->port->wwpn,
+               zfcp_get_busid_by_adapter(unit->port->adapter));
 
        zfcp_erp_adapter_reopen(adapter, 0);
        zfcp_erp_wait(adapter);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to