blk-throttle: correct stale comment in throtl_pd_init
authorKemeng Shi <shikemeng@huawei.com>
Mon, 5 Dec 2022 11:57:01 +0000 (19:57 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 5 Dec 2022 20:44:19 +0000 (13:44 -0700)
commitf56019aef353576f43f945fdd065858145090582
tree5f3755d3148105f2ba7a205f0a50fc60fffb3053
parentb1476451488b32ce594c495122b96fd88489dc7d
blk-throttle: correct stale comment in throtl_pd_init

On the default hierarchy (cgroup2), the throttle interface files don't
exist in the root cgroup, so the ablity to limit the whole system
by configuring root group is not existing anymore. In general, cgroup
doesn't wanna be in the business of restricting resources at the
system level, so correct the stale comment that we can limit whole
system to we can only limit subtree.

Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Kemeng Shi <shikemeng@huawei.com>
Link: https://lore.kernel.org/r/20221205115709.251489-2-shikemeng@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-throttle.c