]> git.baikalelectronics.ru Git - kernel.git/commit
blk-mq: move update of tags->rqs to __blk_mq_alloc_request()
authorOmar Sandoval <osandov@fb.com>
Mon, 27 Feb 2017 17:47:55 +0000 (09:47 -0800)
committerJens Axboe <axboe@fb.com>
Thu, 2 Mar 2017 15:56:04 +0000 (08:56 -0700)
commitbfd08c9d499d2b2504b2775e07002a08b9bd9aac
tree44ff290db12ef692a735e84022de74d80c60098c
parentacc5b0fe60208da28162ac480056344432491fe4
blk-mq: move update of tags->rqs to __blk_mq_alloc_request()

No functional difference, it just makes a little more sense to update
the tag map where we actually allocate the tag.

Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Tested-by: Sagi Grimberg <sagi@grimberg.me>
block/blk-mq-sched.c
block/blk-mq.c