diff options
Diffstat (limited to 'drivers/md/raid5.c')
-rw-r--r-- | drivers/md/raid5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index 521bf2605f82..f6fe053a5bed 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c | |||
@@ -4591,6 +4591,7 @@ static struct r5conf *setup_conf(struct mddev *mddev) | |||
4591 | atomic_set(&conf->preread_active_stripes, 0); | 4591 | atomic_set(&conf->preread_active_stripes, 0); |
4592 | atomic_set(&conf->active_aligned_reads, 0); | 4592 | atomic_set(&conf->active_aligned_reads, 0); |
4593 | conf->bypass_threshold = BYPASS_THRESHOLD; | 4593 | conf->bypass_threshold = BYPASS_THRESHOLD; |
4594 | conf->recovery_disabled = mddev->recovery_disabled - 1; | ||
4594 | 4595 | ||
4595 | conf->raid_disks = mddev->raid_disks; | 4596 | conf->raid_disks = mddev->raid_disks; |
4596 | if (mddev->reshape_position == MaxSector) | 4597 | if (mddev->reshape_position == MaxSector) |