From 36f0949ef9854b82a9a3154d970da4e3b8d12a61 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 06 Nov 2023 07:23:29 +0000 Subject: [PATCH] rk3568 rkbin init --- kernel/include/linux/fscache.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/include/linux/fscache.h b/kernel/include/linux/fscache.h index 84b90a7..87a9330 100644 --- a/kernel/include/linux/fscache.h +++ b/kernel/include/linux/fscache.h @@ -230,6 +230,7 @@ extern void __fscache_disable_cookie(struct fscache_cookie *, const void *, bool); extern void __fscache_enable_cookie(struct fscache_cookie *, const void *, loff_t, bool (*)(void *), void *); +extern void fscache_cookie_init(void); /** * fscache_register_netfs - Register a filesystem as desiring caching services -- Gitblit v1.6.2