diff options
Diffstat (limited to 'drivers/md/raid5.h')
-rw-r--r-- | drivers/md/raid5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h index cdd045681720..52ba99954dec 100644 --- a/drivers/md/raid5.h +++ b/drivers/md/raid5.h | |||
@@ -352,6 +352,8 @@ struct raid5_private_data { | |||
352 | int previous_raid_disks; | 352 | int previous_raid_disks; |
353 | int prev_chunk, prev_algo; | 353 | int prev_chunk, prev_algo; |
354 | short generation; /* increments with every reshape */ | 354 | short generation; /* increments with every reshape */ |
355 | unsigned long reshape_checkpoint; /* Time we last updated | ||
356 | * metadata */ | ||
355 | 357 | ||
356 | struct list_head handle_list; /* stripes needing handling */ | 358 | struct list_head handle_list; /* stripes needing handling */ |
357 | struct list_head hold_list; /* preread ready stripes */ | 359 | struct list_head hold_list; /* preread ready stripes */ |