Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Miaohe Lin and committed by
Tejun Heo
ceddae22 d1d4ff5d

-2
-2
include/uapi/linux/cgroupstats.h
··· 24 24 * basis. This data is shared using taskstats. 25 25 * 26 26 * Most of these states are derived by looking at the task->state value 27 - * For the nr_io_wait state, a flag in the delay accounting structure 28 - * indicates that the task is waiting on IO 29 27 * 30 28 * Each member is aligned to a 8 byte boundary. 31 29 */