aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/md.h')
-rw-r--r--drivers/md/md.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h
index bede26c9d4a9..946121236235 100644
--- a/drivers/md/md.h
+++ b/drivers/md/md.h
@@ -142,7 +142,8 @@ struct mddev_s
142 char clevel[16]; 142 char clevel[16];
143 int raid_disks; 143 int raid_disks;
144 int max_disks; 144 int max_disks;
145 sector_t size; /* used size of component devices */ 145 sector_t dev_sectors; /* used size of
146 * component devices */
146 sector_t array_sectors; /* exported array size */ 147 sector_t array_sectors; /* exported array size */
147 __u64 events; 148 __u64 events;
148 149