RAID5: check_reshape() shouldn't call mddev_suspend
[firefly-linux-kernel-4.4.55.git] / drivers / md / raid5.h
index a415e1cd39b8fd09e441e60c742baa1f59f9f88d..ae6068deefdfb0b69c41cbbae9d0ee5d89b3b381 100644 (file)
@@ -510,6 +510,8 @@ struct r5conf {
                                              * conversions
                                              */
        } __percpu *percpu;
+       int scribble_disks;
+       int scribble_sectors;
 #ifdef CONFIG_HOTPLUG_CPU
        struct notifier_block   cpu_notify;
 #endif