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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h
index 1c2063ccf48e..d51c0ca37777 100644
--- a/drivers/md/md.h
+++ b/drivers/md/md.h
@@ -262,6 +262,7 @@ struct mddev {
262 sector_t reshape_position; 262 sector_t reshape_position;
263 int delta_disks, new_level, new_layout; 263 int delta_disks, new_level, new_layout;
264 int new_chunk_sectors; 264 int new_chunk_sectors;
265 int reshape_backwards;
265 266
266 atomic_t plug_cnt; /* If device is expecting 267 atomic_t plug_cnt; /* If device is expecting
267 * more bios soon. 268 * more bios soon.