diff options
author | Yang Yang <yang.yang29@zte.com.cn> | 2022-01-20 03:10:09 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-01-20 07:52:55 +0100 |
commit | 1193829da1a6728249cd02577a020bd64fd9c160 (patch) | |
tree | 977dedf41268f1dcf3e737e176616a021495bd60 /Documentation | |
parent | delayacct: fix incomplete disable operation when switch enable to disable (diff) | |
download | linux-1193829da1a6728249cd02577a020bd64fd9c160.tar.xz linux-1193829da1a6728249cd02577a020bd64fd9c160.zip |
delayacct: cleanup flags in struct task_delay_info and functions use it
Flags in struct task_delay_info is used to distinguish the difference
between swapin and blkio delay acountings. But after patch "delayacct:
support swapin delay accounting for swapping without blkio", there is no
need to do that since swapin and blkio delay accounting use their own
functions.
Link: https://lkml.kernel.org/r/20211124065958.36703-1-yang.yang29@zte.com.cn
Signed-off-by: Yang Yang <yang.yang29@zte.com.cn>
Cc: Balbir Singh <bsingharora@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions