diff options
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/raid5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index 7433871f4b3a..5764387c6989 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c | |||
@@ -270,7 +270,7 @@ static struct stripe_head *get_active_stripe(raid5_conf_t *conf, sector_t sector | |||
270 | < (conf->max_nr_stripes *3/4) | 270 | < (conf->max_nr_stripes *3/4) |
271 | || !conf->inactive_blocked), | 271 | || !conf->inactive_blocked), |
272 | conf->device_lock, | 272 | conf->device_lock, |
273 | unplug_slaves(conf->mddev) | 273 | raid5_unplug_device(conf->mddev->queue) |
274 | ); | 274 | ); |
275 | conf->inactive_blocked = 0; | 275 | conf->inactive_blocked = 0; |
276 | } else | 276 | } else |