commit | 1f5bd336b9150560458b03460cbcfcfbcf8995b1 | [log] [tgz] |
---|---|---|
author | Ming Lin <ming.l@ssi.samsung.com> | Mon Jun 13 16:45:21 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Tue Jul 05 11:28:07 2016 -0600 |
tree | 92fd38e4125cb0d032acce9f7abfb2d6b0538ab7 | |
parent | 9e2d23f19ef6e8a08348c8f59f79805c6cb25fe6 [diff] |
blk-mq: add blk_mq_alloc_request_hctx For some protocols like NVMe over Fabrics we need to be able to send initialization commands to a specific queue. Based on an earlier patch from Christoph Hellwig <hch@lst.de>. Signed-off-by: Ming Lin <ming.l@ssi.samsung.com> [hch: disallow sleeping allocation, req_op fixes] Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>