block: mark bio_split_pool static
[deliverable/linux.git] / drivers / md / raid0.c
index f52f442a735fec509d47f92d91668ae328528884..53508a8a981d70881eb130ef952033435e9b92f1 100644 (file)
@@ -427,7 +427,7 @@ static int raid0_make_request (struct request_queue *q, struct bio *bio)
                /* This is a one page bio that upper layers
                 * refuse to split for us, so we need to split it.
                 */
-               bp = bio_split(bio, bio_split_pool, chunk_sects - (bio->bi_sector & (chunk_sects - 1)) );
+               bp = bio_split(bio, chunk_sects - (bio->bi_sector & (chunk_sects - 1)));
                if (raid0_make_request(q, &bp->bio1))
                        generic_make_request(&bp->bio1);
                if (raid0_make_request(q, &bp->bio2))
This page took 0.132193 seconds and 5 git commands to generate.