Skip to content

Commit b016d08

Browse files
Wang Yaxinakpm00
authored andcommitted
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/[email protected] Fixes: f65c64f ("delayacct: add delay min to record delay peak") Signed-off-by: Wang Yaxin <[email protected]> Signed-off-by: Kun Jiang <[email protected]> Reviewed-by: xu xin <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 2272dbc commit b016d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/taskstats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535

3636

37-
#define TASKSTATS_VERSION 14
37+
#define TASKSTATS_VERSION 15
3838
#define TS_COMM_LEN 32 /* should be >= TASK_COMM_LEN
3939
* in linux/sched.h */
4040

0 commit comments

Comments
 (0)