diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index d69fd9888c2c52a7263a21f6b797007330465960..ce421e3a3980ea1321a40f3fde8ec0a08207d595 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c @@ -5115,7 +5115,7 @@ static int retry_aligned_read(struct r5conf *conf, struct bio *raid_bio) /* already done this stripe */ continue; - sh = get_active_stripe(conf, sector, 0, 1, 0); + sh = get_active_stripe(conf, sector, 0, 1, 1); if (!sh) { /* failed to get a stripe - must wait */