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 f184b69ef337..87430fea2875 100644
--- a/drivers/md/md.h
+++ b/drivers/md/md.h
@@ -289,6 +289,7 @@ struct mddev_s
289 * hot-adding a bitmap. It should 289 * hot-adding a bitmap. It should
290 * eventually be settable by sysfs. 290 * eventually be settable by sysfs.
291 */ 291 */
292 struct mutex bitmap_mutex;
292 293
293 struct list_head all_mddevs; 294 struct list_head all_mddevs;
294}; 295};