]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cgroup/cpuset: Rename functions dealing with DEADLINE accounting
authorJuri Lelli <juri.lelli@redhat.com>
Sun, 20 Aug 2023 15:21:39 +0000 (16:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Aug 2023 14:23:17 +0000 (16:23 +0200)
commit312713e3eae35d32539ccbd86d85d9a8ec8e9f76
treecbfd3cb8172d491979c449491e92b3539fe489d6
parentb2125926ba6665a2d84b4a09e7dd2807aeafa145
cgroup/cpuset: Rename functions dealing with DEADLINE accounting

commit ad3a557daf6915296a43ef97a3e9c48e076c9dd8 upstream.

rebuild_root_domains() and update_tasks_root_domain() have neutral
names, but actually deal with DEADLINE bandwidth accounting.

Rename them to use 'dl_' prefix so that intent is more clear.

No functional change.

Suggested-by: Qais Yousef (Google) <qyousef@layalina.io>
Signed-off-by: Juri Lelli <juri.lelli@redhat.com>
Reviewed-by: Waiman Long <longman@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Qais Yousef (Google) <qyousef@layalina.io>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/cgroup/cpuset.c