]> git.baikalelectronics.ru Git - kernel.git/commit
block: do not put mq context in blk_mq_alloc_request_hctx
authorMinchan Kim <minchan@kernel.org>
Thu, 30 Mar 2017 05:20:45 +0000 (14:20 +0900)
committerJens Axboe <axboe@fb.com>
Thu, 30 Mar 2017 14:13:05 +0000 (08:13 -0600)
commit73a86015c086bbe7e8557062b1f0b9a6e71c8799
treebc38f716ed89e087343088cd7eae45ccfef41d81
parent3b2f9132c2dc5109cf7bf0647f9f2e46a23883da
block: do not put mq context in blk_mq_alloc_request_hctx

In blk_mq_alloc_request_hctx, blk_mq_sched_get_request doesn't
get sw context so we don't need to put the context with
blk_mq_put_ctx. Unless, we will see preempt counter underflow.

Cc: Omar Sandoval <osandov@fb.com>
Signed-off-by: Minchan Kim <minchan@kernel.org>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c