aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/drbd/drbd_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
index ff7fffa00dac..1680939de101 100644
--- a/drivers/block/drbd/drbd_int.h
+++ b/drivers/block/drbd/drbd_int.h
@@ -348,7 +348,7 @@ struct p_header80 {
348struct p_header95 { 348struct p_header95 {
349 u16 magic; /* use DRBD_MAGIC_BIG here */ 349 u16 magic; /* use DRBD_MAGIC_BIG here */
350 u16 command; 350 u16 command;
351 u32 length; 351 u32 length; /* Use only 24 bits of that. Ignore the highest 8 bit. */
352 u8 payload[0]; 352 u8 payload[0];
353} __packed; 353} __packed;
354 354