hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBC24E
----------------------------------------------------------------------
structure size reserves reserved mainline kstat 160 4 192 184
Signed-off-by: Baokun Li libaokun1@huawei.com --- include/linux/stat.h | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/include/linux/stat.h b/include/linux/stat.h index 52150570d37a..045064370cd8 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h @@ -18,6 +18,7 @@ #include <linux/types.h> #include <linux/time.h> #include <linux/uidgid.h> +#include <linux/kabi.h>
struct kstat { u32 result_mask; /* What fields the user got */ @@ -53,6 +54,11 @@ struct kstat { u32 dio_mem_align; u32 dio_offset_align; u64 change_cookie; + + KABI_RESERVE(1) + KABI_RESERVE(2) + KABI_RESERVE(3) + KABI_RESERVE(4) };
/* These definitions are internal to the kernel for now. Mainly used by nfsd. */
反馈: 您发送到kernel@openeuler.org的补丁/补丁集,已成功转换为PR! PR链接地址: https://gitee.com/openeuler/kernel/pulls/14236 邮件列表地址:https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/J...
FeedBack: The patch(es) which you have sent to kernel@openeuler.org mailing list has been converted to a pull request successfully! Pull request link: https://gitee.com/openeuler/kernel/pulls/14236 Mailing list address: https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/J...