cgroup: remove obsolete comment above struct cgroupstats
authorMiaohe Lin <linmiaohe@huawei.com>
Thu, 13 Jul 2023 11:59:38 +0000 (19:59 +0800)
committerTejun Heo <tj@kernel.org>
Fri, 14 Jul 2023 18:43:49 +0000 (08:43 -1000)
There's no flag in the delay accounting structure indicates that the task
is waiting on IO since commit 1193829da1a6 ("delayacct: cleanup flags in
struct task_delay_info and functions use it"). So remove the comment.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/uapi/linux/cgroupstats.h

index aa306e4..80b2c85 100644 (file)
@@ -24,8 +24,6 @@
  * basis. This data is shared using taskstats.
  *
  * Most of these states are derived by looking at the task->state value
- * For the nr_io_wait state, a flag in the delay accounting structure
- * indicates that the task is waiting on IO
  *
  * Each member is aligned to a 8 byte boundary.
  */