diff options
Diffstat (limited to 'drivers/md/raid5.h')
-rw-r--r-- | drivers/md/raid5.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h index 07a7a4102f05..e7baabffee86 100644 --- a/drivers/md/raid5.h +++ b/drivers/md/raid5.h | |||
@@ -386,7 +386,15 @@ struct raid5_private_data { | |||
386 | /* per cpu variables */ | 386 | /* per cpu variables */ |
387 | struct raid5_percpu { | 387 | struct raid5_percpu { |
388 | struct page *spare_page; /* Used when checking P/Q in raid6 */ | 388 | struct page *spare_page; /* Used when checking P/Q in raid6 */ |
389 | void *scribble; /* space for constructing buffer | ||
390 | * lists and performing address | ||
391 | * conversions | ||
392 | */ | ||
389 | } *percpu; | 393 | } *percpu; |
394 | size_t scribble_len; /* size of scribble region must be | ||
395 | * associated with conf to handle | ||
396 | * cpu hotplug while reshaping | ||
397 | */ | ||
390 | #ifdef CONFIG_HOTPLUG_CPU | 398 | #ifdef CONFIG_HOTPLUG_CPU |
391 | struct notifier_block cpu_notify; | 399 | struct notifier_block cpu_notify; |
392 | #endif | 400 | #endif |