Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdim...
[linux-2.6-microblaze.git] / drivers / md / raid10.h
index abcecca..db2ac22 100644 (file)
@@ -89,6 +89,12 @@ struct r10conf {
         * 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;
 };
 
 /*