diff --git a/include/linux/fscrypt.h b/include/linux/fscrypt.h index 554b219c62cd..760d13699b0b 100644 --- a/include/linux/fscrypt.h +++ b/include/linux/fscrypt.h @@ -70,6 +70,11 @@ struct fscrypt_operations { int (*get_num_devices)(struct super_block *sb); void (*get_devices)(struct super_block *sb, struct request_queue **devs); + + ANDROID_KABI_RESERVE(1); + ANDROID_KABI_RESERVE(2); + ANDROID_KABI_RESERVE(3); + ANDROID_KABI_RESERVE(4); }; static inline struct fscrypt_info *fscrypt_get_info(const struct inode *inode)