diff --git a/include/linux/share_pool.h b/include/linux/share_pool.h index 654dc8cc2922ac8e6852c181c8ccc95ed949bd5c..b1b81947fa3f027c0d9df3f94c43411e4b11a531 100644 --- a/include/linux/share_pool.h +++ b/include/linux/share_pool.h @@ -10,6 +10,7 @@ #include #include #include +#include #define SP_HUGEPAGE (1 << 0) #define SP_HUGEPAGE_ONLY (1 << 1) @@ -172,7 +173,7 @@ struct sp_group_master { * Used to apply for the shared pool memory of the current process. * For example, sp_alloc non-share memory or k2task. */ - struct sp_group *local; + KABI_EXTEND(struct sp_group *local) }; /*