commit | 9cf2bab6307659b940da65d16dcc8f82c69f3a97 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Oct 31 17:01:22 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Nov 07 13:42:33 2018 -0700 |
tree | f740e7d0f2603456ea2863453513fb8c4ed08ef2 | |
parent | c7bb9ad1744ea14e61e5fff99ee5282709b0c9d9 [diff] |
block: kill request ->cpu member This was used for completion placement for the legacy path, but for mq we have rq->mq_ctx->cpu for that. Add a helper to get the request CPU assignment, as the mq_ctx type is private to blk-mq. Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>