diff options
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r-- | drivers/md/md.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index 48a99b75682c..2382cfc9bb3f 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -7826,6 +7826,7 @@ void md_check_recovery(struct mddev *mddev) | |||
7826 | /* There is no thread, but we need to call | 7826 | /* There is no thread, but we need to call |
7827 | * ->spare_active and clear saved_raid_disk | 7827 | * ->spare_active and clear saved_raid_disk |
7828 | */ | 7828 | */ |
7829 | set_bit(MD_RECOVERY_INTR, &mddev->recovery); | ||
7829 | md_reap_sync_thread(mddev); | 7830 | md_reap_sync_thread(mddev); |
7830 | clear_bit(MD_RECOVERY_NEEDED, &mddev->recovery); | 7831 | clear_bit(MD_RECOVERY_NEEDED, &mddev->recovery); |
7831 | goto unlock; | 7832 | goto unlock; |