block: rename __make_request() to blk_queue_bio()
Now that it's exported, lets put it in a more sane namespace. Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
This commit is contained in:
@@ -1427,7 +1427,7 @@ static int dm_request(struct request_queue *q, struct bio *bio)
|
||||
struct mapped_device *md = q->queuedata;
|
||||
|
||||
if (dm_request_based(md))
|
||||
return __make_request(q, bio);
|
||||
return blk_queue_bio(q, bio);
|
||||
|
||||
return _dm_request(q, bio);
|
||||
}
|
||||
|
Reference in New Issue
Block a user