diff --git a/include/linux/fscrypt.h b/include/linux/fscrypt.h index 095948fbd44f..e05cb512897a 100644 --- a/include/linux/fscrypt.h +++ b/include/linux/fscrypt.h @@ -173,6 +173,8 @@ struct fscrypt_operations { ANDROID_KABI_RESERVE(2); ANDROID_KABI_RESERVE(3); ANDROID_KABI_RESERVE(4); + + ANDROID_OEM_DATA_ARRAY(1, 4); }; static inline struct fscrypt_info *fscrypt_get_info(const struct inode *inode)