scsi: zfcp: trace high part of "new" 64 bit SCSI LUN
[platform/kernel/linux-rpi.git] / drivers / s390 / scsi / zfcp_dbf.c
index c801f97..34367d1 100644 (file)
@@ -563,8 +563,8 @@ void zfcp_dbf_scsi(char *tag, int level, struct scsi_cmnd *sc,
        rec->scsi_retries = sc->retries;
        rec->scsi_allowed = sc->allowed;
        rec->scsi_id = sc->device->id;
-       /* struct zfcp_dbf_scsi needs to be updated to handle 64bit LUNs */
        rec->scsi_lun = (u32)sc->device->lun;
+       rec->scsi_lun_64_hi = (u32)(sc->device->lun >> 32);
        rec->host_scribble = (unsigned long)sc->host_scribble;
 
        memcpy(rec->scsi_opcode, sc->cmnd,