diff --git a/include/linux/stat.h b/include/linux/stat.h index 52150570d37a53f79767770308e0745e642c9970..045064370cd84dc44827e651ffc3ac08e3d5480a 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h @@ -18,6 +18,7 @@ #include #include #include +#include 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. */