commit | 0730b1e32a0b032a3a4fddebfec54d7102056414 | [log] [tgz] |
---|---|---|
author | Ming Lei <[email protected]> | Fri Nov 17 10:35:24 2023 +0800 |
committer | Greg Kroah-Hartman <[email protected]> | Wed Dec 20 17:01:55 2023 +0100 |
tree | c5227544c7b8136d9fc91a896194687a968908d7 | |
parent | 5aba47ce61b7c277246e367f51fdcc930af6a699 [diff] |
blk-cgroup: bypass blkcg_deactivate_policy after destroying [ Upstream commit e63a57303599b17290cd8bc48e6f20b24289a8bc ] blkcg_deactivate_policy() can be called after blkg_destroy_all() returns, and it isn't necessary since blkg_destroy_all has covered policy deactivation. Signed-off-by: Ming Lei <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]> Signed-off-by: Sasha Levin <[email protected]>