Commit 2d3791f1 authored by Liu Xinpeng's avatar Liu Xinpeng Committed by Peter Zijlstra

psi: Remove repeated verbose comment

Comment in function psi_task_switch,there are two same lines.
...
* runtime state, the cgroup that contains both tasks
* runtime state, the cgroup that contains both tasks
...
Signed-off-by: default avatarLiu Xinpeng <liuxp11@chinatelecom.cn>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: default avatarJohannes Weiner <hannes@cmpxchg.org>
Link: https://lore.kernel.org/r/1635133586-84611-1-git-send-email-liuxp11@chinatelecom.cn
parent fa55b7dc
...@@ -833,7 +833,6 @@ void psi_task_switch(struct task_struct *prev, struct task_struct *next, ...@@ -833,7 +833,6 @@ void psi_task_switch(struct task_struct *prev, struct task_struct *next,
/* /*
* When switching between tasks that have an identical * When switching between tasks that have an identical
* runtime state, the cgroup that contains both tasks * runtime state, the cgroup that contains both tasks
* runtime state, the cgroup that contains both tasks
* we reach the first common ancestor. Iterate @next's * we reach the first common ancestor. Iterate @next's
* ancestors only until we encounter @prev's ONCPU. * ancestors only until we encounter @prev's ONCPU.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment