Commit 2678205b authored by Wang Wensheng's avatar Wang Wensheng
Browse files

delayacct: Reserve kabi for task_delay_info

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I9244H



---------------------------

Reserve space for task_delay_info in delayacct.h.

Signed-off-by: default avatarWang Wensheng <wangwensheng4@huawei.com>
parent a9c5e94c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
#define _LINUX_DELAYACCT_H

#include <uapi/linux/taskstats.h>
#include <linux/kabi.h>

#ifdef CONFIG_TASK_DELAY_ACCT
struct task_delay_info {
@@ -55,6 +56,8 @@ struct task_delay_info {
	u32 compact_count;	/* total count of memory compact */
	u32 wpcopy_count;	/* total count of write-protect copy */
	u32 irq_count;	/* total count of IRQ/SOFTIRQ */
	KABI_RESERVE(1)
	KABI_RESERVE(2)
};
#endif