diff options
Diffstat (limited to 'drivers/md/md.h')
-rw-r--r-- | drivers/md/md.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h index 5be0d6921b9..57eb864a824 100644 --- a/drivers/md/md.h +++ b/drivers/md/md.h | |||
@@ -328,6 +328,8 @@ struct mddev_s | |||
328 | struct list_head all_mddevs; | 328 | struct list_head all_mddevs; |
329 | 329 | ||
330 | struct attribute_group *to_remove; | 330 | struct attribute_group *to_remove; |
331 | struct plug_handle *plug; /* if used by personality */ | ||
332 | |||
331 | /* Generic barrier handling. | 333 | /* Generic barrier handling. |
332 | * If there is a pending barrier request, all other | 334 | * If there is a pending barrier request, all other |
333 | * writes are blocked while the devices are flushed. | 335 | * writes are blocked while the devices are flushed. |