tpm: read burstcount from TPM_STS in one 32-bit transaction
[pandora-kernel.git] / drivers / md / raid1.h
index c732b6c..6fbd3a9 100644 (file)
@@ -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;