diff options
Diffstat (limited to 'drivers/md/md.h')
-rw-r--r-- | drivers/md/md.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h index 50e62ef32e9d..4b07e0ab3841 100644 --- a/drivers/md/md.h +++ b/drivers/md/md.h | |||
@@ -291,6 +291,9 @@ struct mddev_s | |||
291 | * eventually be settable by sysfs. | 291 | * eventually be settable by sysfs. |
292 | */ | 292 | */ |
293 | struct mutex mutex; | 293 | struct mutex mutex; |
294 | unsigned long chunksize; | ||
295 | unsigned long daemon_sleep; /* how many seconds between updates? */ | ||
296 | unsigned long max_write_behind; /* write-behind mode */ | ||
294 | } bitmap_info; | 297 | } bitmap_info; |
295 | 298 | ||
296 | struct list_head all_mddevs; | 299 | struct list_head all_mddevs; |