From 9af9ef8dfa1af1f7d4ce8264c297ef0a800c0a6b Mon Sep 17 00:00:00 2001 From: Egor Uleyskiy Date: Wed, 7 Oct 2020 21:54:07 +0300 Subject: [PATCH] ANDROID: vendor_hooks: Add oem data to file struct Add ANDROID_OEM_DATA(1) to struct file Bug: 169343953 Signed-off-by: Egor Uleyskiy Signed-off-by: Greg Kroah-Hartman Change-Id: I1afc259f2bd02fee76b20802dda74cbe79658534 --- include/linux/fs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/fs.h b/include/linux/fs.h index ff841fa9ea35..090cb2938fdc 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -43,6 +43,7 @@ #include #include +#include struct backing_dev_info; struct bdi_writeback; @@ -969,6 +970,7 @@ struct file { ANDROID_KABI_RESERVE(1); ANDROID_KABI_RESERVE(2); + ANDROID_OEM_DATA(1); } __randomize_layout __attribute__((aligned(4))); /* lest something weird decides that 2 is OK */