hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/linux/cleancache.h
....@@ -5,6 +5,7 @@
55 #include <linux/fs.h>
66 #include <linux/exportfs.h>
77 #include <linux/mm.h>
8
+#include <linux/android_vendor.h>
89
910 #define CLEANCACHE_NO_POOL -1
1011 #define CLEANCACHE_NO_BACKEND -2
....@@ -36,6 +37,7 @@
3637 void (*invalidate_page)(int, struct cleancache_filekey, pgoff_t);
3738 void (*invalidate_inode)(int, struct cleancache_filekey);
3839 void (*invalidate_fs)(int);
40
+ ANDROID_OEM_DATA(1);
3941 };
4042
4143 extern int cleancache_register_ops(const struct cleancache_ops *ops);