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 84bb9aec2211..0a8173e650bb 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c | |||
@@ -5189,6 +5189,7 @@ static int run(mddev_t *mddev) | |||
5189 | md_set_array_sectors(mddev, raid5_size(mddev, 0, 0)); | 5189 | md_set_array_sectors(mddev, raid5_size(mddev, 0, 0)); |
5190 | 5190 | ||
5191 | plugger_init(&conf->plug, raid5_unplug); | 5191 | plugger_init(&conf->plug, raid5_unplug); |
5192 | mddev->plug = &conf->plug; | ||
5192 | if (mddev->queue) { | 5193 | if (mddev->queue) { |
5193 | /* read-ahead size must cover two whole stripes, which | 5194 | /* read-ahead size must cover two whole stripes, which |
5194 | * is 2 * (datadisks) * chunksize where 'n' is the | 5195 | * is 2 * (datadisks) * chunksize where 'n' is the |