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 5d78830043d0..e0a2b8e3985d 100644
--- a/drivers/md/md.h
+++ b/drivers/md/md.h
@@ -166,7 +166,8 @@ struct mddev_s
166 * If reshape_position is MaxSector, then no reshape is happening (yet). 166 * If reshape_position is MaxSector, then no reshape is happening (yet).
167 */ 167 */
168 sector_t reshape_position; 168 sector_t reshape_position;
169 int delta_disks, new_level, new_layout, new_chunk; 169 int delta_disks, new_level, new_layout;
170 int new_chunk_sectors;
170 171
171 struct mdk_thread_s *thread; /* management thread */ 172 struct mdk_thread_s *thread; /* management thread */
172 struct mdk_thread_s *sync_thread; /* doing resync or reconstruct */ 173 struct mdk_thread_s *sync_thread; /* doing resync or reconstruct */