aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/linear.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/linear.c')
-rw-r--r--drivers/md/linear.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/linear.c b/drivers/md/linear.c
index c80ea90593d3..b9cbee688fae 100644
--- a/drivers/md/linear.c
+++ b/drivers/md/linear.c
@@ -353,7 +353,7 @@ static int linear_make_request (struct request_queue *q, struct bio *bio)
353 * split it. 353 * split it.
354 */ 354 */
355 struct bio_pair *bp; 355 struct bio_pair *bp;
356 bp = bio_split(bio, bio_split_pool, 356 bp = bio_split(bio,
357 ((tmp_dev->offset + tmp_dev->size)<<1) - bio->bi_sector); 357 ((tmp_dev->offset + tmp_dev->size)<<1) - bio->bi_sector);
358 if (linear_make_request(q, &bp->bio1)) 358 if (linear_make_request(q, &bp->bio1))
359 generic_make_request(&bp->bio1); 359 generic_make_request(&bp->bio1);