diff options
Diffstat (limited to 'drivers/md/bitmap.h')
-rw-r--r-- | drivers/md/bitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/bitmap.h b/drivers/md/bitmap.h index aa82b7caa85f..3797dea4723a 100644 --- a/drivers/md/bitmap.h +++ b/drivers/md/bitmap.h | |||
@@ -240,6 +240,7 @@ struct bitmap { | |||
240 | atomic_t pending_writes; /* pending writes to the bitmap file */ | 240 | atomic_t pending_writes; /* pending writes to the bitmap file */ |
241 | wait_queue_head_t write_wait; | 241 | wait_queue_head_t write_wait; |
242 | wait_queue_head_t overflow_wait; | 242 | wait_queue_head_t overflow_wait; |
243 | wait_queue_head_t behind_wait; | ||
243 | 244 | ||
244 | struct sysfs_dirent *sysfs_can_clear; | 245 | struct sysfs_dirent *sysfs_can_clear; |
245 | }; | 246 | }; |