commit | cf09a8ee19ad1f78b4e18cdde9f2a61133efacf5 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Aug 28 15:05:51 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Aug 28 21:17:01 2019 -0600 |
tree | fe93a7359f9de19bb6480a37847e76acfb64887f | |
parent | da8c828190fcd04662f594f3e00a184885aa5aa3 [diff] |
blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn() Instead of @node, pass in @q and @blkcg so that the alloc function has more context. This doesn't cause any behavior change and will be used by io.weight implementation. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>