]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/md/raid1.h
Merge remote-tracking branch 'tip/auto-latest'
[karo-tx-linux.git] / drivers / md / raid1.h
index c52d7139c5d761b9385e3495fe2c0a89aca1f9e6..61c39b390cd8f8e7595f34f0324521151874bb37 100644 (file)
@@ -111,6 +111,13 @@ struct r1conf {
         * the new thread here until we fully activate the array.
         */
        struct md_thread        *thread;
+
+       /* Keep track of cluster resync window to send to other
+        * nodes.
+        */
+       sector_t                cluster_sync_low;
+       sector_t                cluster_sync_high;
+
 };
 
 /*