[SCSI] iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]
[deliverable/linux.git] / include / scsi / libiscsi.h
index 0f4367751b71769afe687bb3cd82f522117f7926..cedcff371c88d7d888920340c2757b0d75696926 100644 (file)
@@ -115,7 +115,7 @@ struct iscsi_task {
        /* copied values in case we need to send tmfs */
        itt_t                   hdr_itt;
        __be32                  cmdsn;
-       uint8_t                 lun[8];
+       struct scsi_lun         lun;
 
        int                     itt;            /* this ITT */
 
This page took 0.023674 seconds and 5 git commands to generate.