From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- kernel/include/linux/sunrpc/svcauth.h | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/kernel/include/linux/sunrpc/svcauth.h b/kernel/include/linux/sunrpc/svcauth.h index 04e404a..b000386 100644 --- a/kernel/include/linux/sunrpc/svcauth.h +++ b/kernel/include/linux/sunrpc/svcauth.h @@ -10,8 +10,6 @@ #ifndef _LINUX_SUNRPC_SVCAUTH_H_ #define _LINUX_SUNRPC_SVCAUTH_H_ -#ifdef __KERNEL__ - #include <linux/string.h> #include <linux/sunrpc/msg_prot.h> #include <linux/sunrpc/cache.h> @@ -82,6 +80,7 @@ struct hlist_node hash; char *name; struct auth_ops *flavour; + struct rcu_head rcu_head; }; /* @@ -183,7 +182,5 @@ { return full_name_hash(NULL, buf, length) >> (32 - bits); } - -#endif /* __KERNEL__ */ #endif /* _LINUX_SUNRPC_SVCAUTH_H_ */ -- Gitblit v1.6.2