diff options
Diffstat (limited to 'include/linux/raid/md_p.h')
-rw-r--r-- | include/linux/raid/md_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/md_p.h b/include/linux/raid/md_p.h index 8e592a25a8b5..dc65cd435494 100644 --- a/include/linux/raid/md_p.h +++ b/include/linux/raid/md_p.h | |||
@@ -202,7 +202,7 @@ struct mdp_superblock_1 { | |||
202 | * NOTE: signed, so bitmap can be before superblock | 202 | * NOTE: signed, so bitmap can be before superblock |
203 | * only meaningful of feature_map[0] is set. | 203 | * only meaningful of feature_map[0] is set. |
204 | */ | 204 | */ |
205 | __u8 pad1[128-96]; /* set to 0 when written */ | 205 | __u8 pad1[128-100]; /* set to 0 when written */ |
206 | 206 | ||
207 | /* constant this-device information - 64 bytes */ | 207 | /* constant this-device information - 64 bytes */ |
208 | __u64 data_offset; /* sector start of data, often 0 */ | 208 | __u64 data_offset; /* sector start of data, often 0 */ |