X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmd%2Fraid1.h;h=6fbd3a97d5f28bc170b72a1291f142c7a41bda58;hb=ffbce80bcb9d378c86e0fe47be6572b2fc1c5baa;hp=c732b6cce935283a6adb826a641bb023accf081e;hpb=ddddefa99db4ae54a63dcd737d224bc3cc0f2d8a;p=pandora-kernel.git diff --git a/drivers/md/raid1.h b/drivers/md/raid1.h index c732b6cce935..6fbd3a97d5f2 100644 --- a/drivers/md/raid1.h +++ b/drivers/md/raid1.h @@ -43,6 +43,11 @@ struct r1conf { * block, or anything else. */ 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 to be submitted on unplug */ struct bio_list pending_bio_list;