提交 bc13a2bc 编写于 作者: Z zhangwei123171

sched/fair: remove cpu.qos_leve from root cpu cgroup

jingdong inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I7R399

-----------------------------------------------------

/sys/fs/cgroup/cpu/cpu.qos_level is not needed, and easy
to cause misunderstanding.
Signed-off-by: Nzhangwei123171 <zhangwei123171@jd.com>
Reviewed-by: Nzhaoxiaoqiang11 <zhaoxiaoqiang11@jd.com>
上级 3feff602
......@@ -9666,6 +9666,7 @@ static struct cftype cpu_legacy_files[] = {
#ifdef CONFIG_QOS_SCHED
{
.name = "qos_level",
.flags = CFTYPE_NOT_ON_ROOT,
.read_s64 = cpu_qos_read,
.write_s64 = cpu_qos_write,
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册