commit | 85acb3ba2f925a0ec6928c1967c3adefa00682f4 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Fri Oct 06 17:56:00 2017 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 10 13:48:16 2017 -0600 |
tree | 8f33cf0708140ea17e4fa3d3fc31aadfd1867b0e | |
parent | eca8b53a6769e60d6d8240d71202d73b0af81901 [diff] |
block: set request_list for request Legacy queue sets request's request_list, mq doesn't. This makes mq does the same thing, so we can find cgroup of a request. Note, we really only use blkg field of request_list, it's pointless to allocate mempool for request_list in mq case. Signed-off-by: Shaohua Li <shli@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>