aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/raid5.h')
-rw-r--r--drivers/md/raid5.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h
index 8d8e13934a48..c6bdfa01d987 100644
--- a/drivers/md/raid5.h
+++ b/drivers/md/raid5.h
@@ -385,6 +385,12 @@ struct r5conf {
385 short generation; /* increments with every reshape */ 385 short generation; /* increments with every reshape */
386 unsigned long reshape_checkpoint; /* Time we last updated 386 unsigned long reshape_checkpoint; /* Time we last updated
387 * metadata */ 387 * metadata */
388 long long min_offset_diff; /* minimum difference between
389 * data_offset and
390 * new_data_offset across all
391 * devices. May be negative,
392 * but is closest to zero.
393 */
388 394
389 struct list_head handle_list; /* stripes needing handling */ 395 struct list_head handle_list; /* stripes needing handling */
390 struct list_head hold_list; /* preread ready stripes */ 396 struct list_head hold_list; /* preread ready stripes */