diff --git a/include/linux/mount.h b/include/linux/mount.h index 55a4abaf6715..23baecab7cae 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h @@ -11,6 +11,7 @@ #define _LINUX_MOUNT_H #include +#include #include struct super_block; @@ -71,6 +72,11 @@ struct vfsmount { struct super_block *mnt_sb; /* pointer to superblock */ int mnt_flags; struct user_namespace *mnt_userns; + + ANDROID_KABI_RESERVE(1); + ANDROID_KABI_RESERVE(2); + ANDROID_KABI_RESERVE(3); + ANDROID_KABI_RESERVE(4); } __randomize_layout; static inline struct user_namespace *mnt_user_ns(const struct vfsmount *mnt)