summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiu Jianfeng <xiujianfeng@huawei.com>2024-04-25 09:30:16 +0000
committerTejun Heo <tj@kernel.org>2024-04-25 07:16:19 -1000
commitb7d56d953a67c839a514e382596d5af29b8d6d87 (patch)
tree2750a2e2cd6ef7c3a4ea8865e6bda34442ffad66
parent04d63da4da53e6064683f4970d34ce997f9daee3 (diff)
downloadlinux-stable-b7d56d953a67c839a514e382596d5af29b8d6d87.tar.gz
linux-stable-b7d56d953a67c839a514e382596d5af29b8d6d87.tar.bz2
linux-stable-b7d56d953a67c839a514e382596d5af29b8d6d87.zip
cgroup/cpuset: Remove outdated comment in sched_partition_write()
The comment here is outdated and can cause confusion, from the code perspective, there’s also no need for new comment, so just remove it. Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com> Acked-by: Waiman Long <longman@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org>
-rw-r--r--kernel/cgroup/cpuset.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/cgroup/cpuset.c b/kernel/cgroup/cpuset.c
index f5443c039619..a10e4bd0c0c1 100644
--- a/kernel/cgroup/cpuset.c
+++ b/kernel/cgroup/cpuset.c
@@ -3774,9 +3774,6 @@ static ssize_t sched_partition_write(struct kernfs_open_file *of, char *buf,
buf = strstrip(buf);
- /*
- * Convert "root" to ENABLED, and convert "member" to DISABLED.
- */
if (!strcmp(buf, "root"))
val = PRS_ROOT;
else if (!strcmp(buf, "member"))