[PATCH linux next] taskstats: modify taskstats version
From: jiang.kun2
Date: Sat Feb 08 2025 - 01:49:17 EST
From: Wang Yaxin <wang.yaxin@xxxxxxxxxx>
add the "delay max" and the "delay min" to the taskstats structure,
and the taskstats version needs to be updated accordingly.
Signed-off-by: Wang Yaxin <wang.yaxin@xxxxxxxxxx>
Signed-off-by: Kun Jiang <jiang.kun2@xxxxxxxxxx>
Reviewed-by: xu xin <xu.xin16@xxxxxxxxxx>
---
include/uapi/linux/taskstats.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 */
--
2.25.1