]> Git Repo - linux.git/commit
blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctx
authorChristoph Hellwig <[email protected]>
Fri, 29 May 2020 13:53:13 +0000 (15:53 +0200)
committerJens Axboe <[email protected]>
Fri, 29 May 2020 16:23:25 +0000 (10:23 -0600)
commit600c3b0cea784aaba77df3ed4a6b4f2ebfa935ce
treec0596a8c7bccf342e1df3dc020fdaf46f5d8d102
parent766473681c131f2da81d62472864c8c97e021373
blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctx

blk_mq_alloc_request_hctx is only used for NVMeoF connect commands, so
tailor it to the specific requirements, and don't bother the general
fast path code with its special twinkles.

Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Ming Lei <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]
Reviewed-by: Daniel Wagner <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/blk-mq.c
This page took 0.051638 seconds and 4 git commands to generate.