blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request_hctx
authorChristoph Hellwig <hch@lst.de>
Sat, 16 May 2020 18:28:00 +0000 (20:28 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 May 2020 15:34:29 +0000 (09:34 -0600)
commit35b371ff01410ec7c73312f1c1c320de35fcfd0f
tree59e18407f79f87e6a349bcf4f7b140439b4c8dab
parent22fa792cd8c67958adbddc9d436b850e148a623b
blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request_hctx

No need for two queue references.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c