commit | 562bef4259776c19cb2423d43af1f99183910a4d | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Mon Feb 27 09:47:55 2017 -0800 |
committer | Jens Axboe <axboe@fb.com> | Thu Mar 02 08:56:04 2017 -0700 |
tree | 44ff290db12ef692a735e84022de74d80c60098c | |
parent | 59748398992c9c3e9d600e56cb2a5c0c546fe129 [diff] |
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>