diff --git a/include/linux/mm.h b/include/linux/mm.h index b036d67ace0f..b0399699bbdb 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h @@ -32,6 +32,7 @@ #include #include #include +#include struct mempolicy; struct anon_vma; @@ -670,6 +671,11 @@ struct vm_operations_struct { * run within an rcu read locked section and with mmap lock not held. */ bool speculative; + + ANDROID_KABI_RESERVE(1); + ANDROID_KABI_RESERVE(2); + ANDROID_KABI_RESERVE(3); + ANDROID_KABI_RESERVE(4); }; static inline void vma_init(struct vm_area_struct *vma, struct mm_struct *mm)