]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cgroup/cpuset: Fix obsolete comment in cpuset_css_offline()
authorWaiman Long <longman@redhat.com>
Mon, 7 Apr 2025 21:21:04 +0000 (17:21 -0400)
committerTejun Heo <tj@kernel.org>
Mon, 7 Apr 2025 22:04:58 +0000 (12:04 -1000)
commit6e6f9170dc6a4660f7a90d67122a08ca919b5f53
tree4a2545701c8466c4d074416af50a30802b025dcc
parent7a0aabd9ce697fc581ec691b21f748050fbcf004
cgroup/cpuset: Fix obsolete comment in cpuset_css_offline()

Move the partition disablement comment from cpuset_css_offline()
to cpuset_css_killed() and reword it to remove the remnant of
sched.partition.

Suggested-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cpuset.c