]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched/deadline: Remove unnecessary comment in dl_add_task_root_domain()
authorPingfan Liu <piliu@redhat.com>
Tue, 25 Nov 2025 03:26:29 +0000 (11:26 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 13 Jan 2026 10:37:51 +0000 (11:37 +0100)
commit479972efc2e7c9e0b3743ac538b042fcd4f315d7
tree834072cd6af7201c95a02dfbb1892f0c1a0f59ce
parent0f61b1860cc3f52aef9036d7235ed1f017632193
sched/deadline: Remove unnecessary comment in dl_add_task_root_domain()

The comments above dl_get_task_effective_cpus() and
dl_add_task_root_domain() already explain how to fetch a valid
root domain and protect against races. There's no need to repeat
this inside dl_add_task_root_domain(). Remove the redundant comment
to keep the code clean.

No functional change.

Signed-off-by: Pingfan Liu <piliu@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Juri Lelli <juri.lelli@redhat.com>
Acked-by: Waiman Long <longman@redhat.com>
Link: https://patch.msgid.link/20251125032630.8746-2-piliu@redhat.com
kernel/sched/deadline.c