diff options
author | Wang Yaxin <wang.yaxin@zte.com.cn> | 2025-02-08 09:49:01 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2025-02-18 09:40:02 +0300 |
commit | b016d0873777462e55af4c615104cc684fce086d (patch) | |
tree | dbef818d5d9fcc4e01177a9c82286f5d797e9a12 | |
parent | 2272dbc471037b78f308b44351ab1b9f88d32628 (diff) | |
download | linux-b016d0873777462e55af4c615104cc684fce086d.tar.xz |
taskstats: modify taskstats version
After adding "delay max" and "delay min" to the taskstats structure, the
taskstats version needs to be updated.
Link: https://lkml.kernel.org/r/20250208144901218Q5ptVpqsQkb2MOEmW4Ujn@zte.com.cn
Fixes: f65c64f311ee ("delayacct: add delay min to record delay peak")
Signed-off-by: Wang Yaxin <wang.yaxin@zte.com.cn>
Signed-off-by: Kun Jiang <jiang.kun2@zte.com.cn>
Reviewed-by: xu xin <xu.xin16@zte.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r-- | include/uapi/linux/taskstats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/taskstats.h b/include/uapi/linux/taskstats.h index 934e20ef7f79..95762232e018 100644 --- a/include/uapi/linux/taskstats.h +++ b/include/uapi/linux/taskstats.h @@ -34,7 +34,7 @@ */ -#define TASKSTATS_VERSION 14 +#define TASKSTATS_VERSION 15 #define TS_COMM_LEN 32 /* should be >= TASK_COMM_LEN * in linux/sched.h */ |