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:
parent
166e1f901b
commit
c20e8de27f
3 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue