aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/raid10.c')
-rw-r--r--drivers/md/raid10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c
index 5f990133f5e..8bdc9bfc288 100644
--- a/drivers/md/raid10.c
+++ b/drivers/md/raid10.c
@@ -817,7 +817,7 @@ static int make_request(struct request_queue *q, struct bio * bio)
817 /* This is a one page bio that upper layers 817 /* This is a one page bio that upper layers
818 * refuse to split for us, so we need to split it. 818 * refuse to split for us, so we need to split it.
819 */ 819 */
820 bp = bio_split(bio, bio_split_pool, 820 bp = bio_split(bio,
821 chunk_sects - (bio->bi_sector & (chunk_sects - 1)) ); 821 chunk_sects - (bio->bi_sector & (chunk_sects - 1)) );
822 if (make_request(q, &bp->bio1)) 822 if (make_request(q, &bp->bio1))
823 generic_make_request(&bp->bio1); 823 generic_make_request(&bp->bio1);