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, 3 insertions, 0 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h
index 360937389e64..7b4a3c318cae 100644
--- a/drivers/md/md.h
+++ b/drivers/md/md.h
@@ -393,10 +393,13 @@ struct mddev {
393 * For external metadata, offset 393 * For external metadata, offset
394 * from start of device. 394 * from start of device.
395 */ 395 */
396 unsigned long space; /* space available at this offset */
396 loff_t default_offset; /* this is the offset to use when 397 loff_t default_offset; /* this is the offset to use when
397 * hot-adding a bitmap. It should 398 * hot-adding a bitmap. It should
398 * eventually be settable by sysfs. 399 * eventually be settable by sysfs.
399 */ 400 */
401 unsigned long default_space; /* space available at
402 * default offset */
400 struct mutex mutex; 403 struct mutex mutex;
401 unsigned long chunksize; 404 unsigned long chunksize;
402 unsigned long daemon_sleep; /* how many jiffies between updates? */ 405 unsigned long daemon_sleep; /* how many jiffies between updates? */