aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/raid/md_k.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/raid/md_k.h')
-rw-r--r--include/linux/raid/md_k.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h
index 3e977025cf43..a3725b57fb7d 100644
--- a/include/linux/raid/md_k.h
+++ b/include/linux/raid/md_k.h
@@ -273,6 +273,10 @@ struct mddev_s
273 273
274 struct bitmap *bitmap; /* the bitmap for the device */ 274 struct bitmap *bitmap; /* the bitmap for the device */
275 struct file *bitmap_file; /* the bitmap file */ 275 struct file *bitmap_file; /* the bitmap file */
276 long bitmap_offset; /* offset from superblock of
277 * start of bitmap. May be
278 * negative, but not '0'
279 */
276 280
277 struct list_head all_mddevs; 281 struct list_head all_mddevs;
278}; 282};