commit | 2552e3f878c2b43b41d7728a328821d8220c28da | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Thu Oct 27 19:03:55 2016 -0600 |
committer | Jens Axboe <axboe@fb.com> | Thu Oct 27 19:13:58 2016 -0600 |
tree | f03509230174f27c2099dfbfc824f038a3b19fd0 | |
parent | 7dd2fb6877b601a0b9c7284534ca4916cd7ac4bd [diff] |
blk-mq: get rid of confusing blk_map_ctx structure We can just use struct blk_mq_alloc_data - it has a few more members, but we allocate it further down the stack anyway. So this cleans up the code, and reduces the stack overhead a bit. Signed-off-by: Jens Axboe <axboe@fb.com>