blk-mq: remove alloc_hctx and free_hctx methods
authorChristoph Hellwig <hch@lst.de>
Wed, 28 May 2014 16:11:06 +0000 (18:11 +0200)
committerJens Axboe <axboe@fb.com>
Wed, 28 May 2014 16:18:31 +0000 (10:18 -0600)
There is no need for drivers to control hardware context allocation
now that we do the context to node mapping in common code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found