diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_dbf.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_dbf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_dbf.h b/drivers/s390/scsi/zfcp_dbf.h index 74998ff88e57..a573f7344dd6 100644 --- a/drivers/s390/scsi/zfcp_dbf.h +++ b/drivers/s390/scsi/zfcp_dbf.h | |||
@@ -25,6 +25,7 @@ | |||
25 | #include "zfcp_fsf.h" | 25 | #include "zfcp_fsf.h" |
26 | 26 | ||
27 | #define ZFCP_DBF_TAG_SIZE 4 | 27 | #define ZFCP_DBF_TAG_SIZE 4 |
28 | #define ZFCP_DBF_ID_SIZE 7 | ||
28 | 29 | ||
29 | struct zfcp_dbf_dump { | 30 | struct zfcp_dbf_dump { |
30 | u8 tag[ZFCP_DBF_TAG_SIZE]; | 31 | u8 tag[ZFCP_DBF_TAG_SIZE]; |
@@ -70,7 +71,7 @@ struct zfcp_rec_dbf_record_action { | |||
70 | 71 | ||
71 | struct zfcp_rec_dbf_record { | 72 | struct zfcp_rec_dbf_record { |
72 | u8 id; | 73 | u8 id; |
73 | u8 id2; | 74 | char id2[7]; |
74 | union { | 75 | union { |
75 | struct zfcp_rec_dbf_record_action action; | 76 | struct zfcp_rec_dbf_record_action action; |
76 | struct zfcp_rec_dbf_record_thread thread; | 77 | struct zfcp_rec_dbf_record_thread thread; |