diff options
Diffstat (limited to 'drivers/md/multipath.c')
-rw-r--r-- | drivers/md/multipath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/multipath.c b/drivers/md/multipath.c index 541cbe3414bd..c4779ccba1c3 100644 --- a/drivers/md/multipath.c +++ b/drivers/md/multipath.c | |||
@@ -504,7 +504,7 @@ static int multipath_run (mddev_t *mddev) | |||
504 | /* | 504 | /* |
505 | * Ok, everything is just fine now | 505 | * Ok, everything is just fine now |
506 | */ | 506 | */ |
507 | mddev->array_size = mddev->size; | 507 | mddev->array_sectors = mddev->size * 2; |
508 | 508 | ||
509 | mddev->queue->unplug_fn = multipath_unplug; | 509 | mddev->queue->unplug_fn = multipath_unplug; |
510 | mddev->queue->backing_dev_info.congested_fn = multipath_congested; | 510 | mddev->queue->backing_dev_info.congested_fn = multipath_congested; |