diff options
Diffstat (limited to 'include/scsi/libiscsi.h')
-rw-r--r-- | include/scsi/libiscsi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h index 0f4367751b71..cedcff371c88 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h | |||
@@ -115,7 +115,7 @@ struct iscsi_task { | |||
115 | /* copied values in case we need to send tmfs */ | 115 | /* copied values in case we need to send tmfs */ |
116 | itt_t hdr_itt; | 116 | itt_t hdr_itt; |
117 | __be32 cmdsn; | 117 | __be32 cmdsn; |
118 | uint8_t lun[8]; | 118 | struct scsi_lun lun; |
119 | 119 | ||
120 | int itt; /* this ITT */ | 120 | int itt; /* this ITT */ |
121 | 121 | ||