summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/md/raid10.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/md/raid10.h')
-rw-r--r--kernel/drivers/md/raid10.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/drivers/md/raid10.h b/kernel/drivers/md/raid10.h
index 5ee6473dd..6fc2c7575 100644
--- a/kernel/drivers/md/raid10.h
+++ b/kernel/drivers/md/raid10.h
@@ -53,6 +53,12 @@ struct r10conf {
sector_t offset_diff;
struct list_head retry_list;
+ /* A separate list of r1bio which just need raid_end_bio_io called.
+ * This mustn't happen for writes which had any errors if the superblock
+ * needs to be written.
+ */
+ struct list_head bio_end_io_list;
+
/* queue pending writes and submit them on unplug */
struct bio_list pending_bio_list;
int pending_count;