| commit | 1986cd616b6366ba79d479d1028d513f579b4447 | [log] [tgz] |
|---|---|---|
| author | Yu Kuai <yukuai3@huawei.com> | Tue Jan 03 19:28:33 2023 +0800 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Feb 06 07:52:48 2023 +0100 |
| tree | b69621114936c68b79a0fd6b5a54bd07f17f9528 | |
| parent | 4923160393b06a34759a11b17930d71e06f396f2 [diff] |
blk-cgroup: fix missing pd_online_fn() while activating policy [ Upstream commit e3ff8887e7db757360f97634e0d6f4b8e27a8c46 ] If the policy defines pd_online_fn(), it should be called after pd_init_fn(), like blkg_create(). Signed-off-by: Yu Kuai <yukuai3@huawei.com> Acked-by: Tejun Heo <tj@kernel.org> Link: https://lore.kernel.org/r/20230103112833.2013432-1-yukuai1@huaweicloud.com Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Sasha Levin <sashal@kernel.org>