diff options
author | Miaohe Lin <linmiaohe@huawei.com> | 2023-07-13 19:59:38 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2023-07-14 08:43:49 -1000 |
commit | ceddae22cd08ba9f52a995cfb573fee89fa4afc4 (patch) | |
tree | 06af18606b3ee06321e8c8cb4003045ecce12633 /include | |
parent | d1d4ff5d11a5887a9c4cfc00294bc68ba03e7c16 (diff) | |
download | linux-ceddae22cd08ba9f52a995cfb573fee89fa4afc4.tar.gz linux-ceddae22cd08ba9f52a995cfb573fee89fa4afc4.tar.bz2 linux-ceddae22cd08ba9f52a995cfb573fee89fa4afc4.zip |
cgroup: remove obsolete comment above struct cgroupstats
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/cgroupstats.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/uapi/linux/cgroupstats.h b/include/uapi/linux/cgroupstats.h index aa306e4cd6c1..80b2c8594480 100644 --- a/include/uapi/linux/cgroupstats.h +++ b/include/uapi/linux/cgroupstats.h @@ -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. */ |