]> git.ipfire.org Git - thirdparty/linux.git/commit
blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request
authorChristoph Hellwig <hch@lst.de>
Sat, 16 May 2020 18:27:59 +0000 (20:27 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 May 2020 15:34:29 +0000 (09:34 -0600)
commit22fa792cd8c67958adbddc9d436b850e148a623b
tree78f211b61631c9cc307ced50ae48f11d5b855767
parenta5ea5811058ddb91da604afe77acd5ff29babe29
blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request

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