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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h
index 0a850780b5d1..cccbadb31bae 100644
--- a/drivers/md/md.h
+++ b/drivers/md/md.h
@@ -317,6 +317,11 @@ struct mddev_s
317 * hot-adding a bitmap. It should 317 * hot-adding a bitmap. It should
318 * eventually be settable by sysfs. 318 * eventually be settable by sysfs.
319 */ 319 */
320 /* When md is serving under dm, it might use a
321 * dirty_log to store the bits.
322 */
323 struct dm_dirty_log *log;
324
320 struct mutex mutex; 325 struct mutex mutex;
321 unsigned long chunksize; 326 unsigned long chunksize;
322 unsigned long daemon_sleep; /* how many jiffies between updates? */ 327 unsigned long daemon_sleep; /* how many jiffies between updates? */