kernel/include/linux/cleancache.h
.. .. @@ -5,6 +5,7 @@ 5 5 #include <linux/fs.h> 6 6 #include <linux/exportfs.h> 7 7 #include <linux/mm.h> 8 +#include <linux/android_vendor.h>8 9 9 10 #define CLEANCACHE_NO_POOL -1 10 11 #define CLEANCACHE_NO_BACKEND -2 .. .. @@ -36,6 +37,7 @@ 36 37 void (*invalidate_page)(int, struct cleancache_filekey, pgoff_t); 37 38 void (*invalidate_inode)(int, struct cleancache_filekey); 38 39 void (*invalidate_fs)(int); 40 + ANDROID_OEM_DATA(1);39 41 }; 40 42 41 43 extern int cleancache_register_ops(const struct cleancache_ops *ops);