commit | cdef54dd85ad66e77262ea57796a3e81683dd5d6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed May 28 18:11:06 2014 +0200 |
committer | Jens Axboe <axboe@fb.com> | Wed May 28 10:18:31 2014 -0600 |
tree | 55ae5b4f46a884b15879eaab19c7af72db23927b | |
parent | 75bb4625bb78d6a2d879dcb6a7d482861295765b [diff] |
blk-mq: remove alloc_hctx and free_hctx methods 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>