blk-mq: remove blk_mq_alloc_rq
authorChristoph Hellwig <hch@infradead.org>
Thu, 20 Feb 2014 23:32:36 +0000 (15:32 -0800)
committerJens Axboe <axboe@fb.com>
Fri, 21 Mar 2014 14:41:45 +0000 (08:41 -0600)
commit081241e592c47f4ed2999a0b576ae85e765c6da4
tree37e533e848422fe4cc2247df7f54e435579aac87
parent676141e48af7463717896352e69c10f945ac22dd
blk-mq: remove blk_mq_alloc_rq

There's only one caller, which is a straight wrapper and fits the naming
scheme of the related functions a lot better.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c