From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 08 Dec 2023 10:40:48 +0000
Subject: [PATCH] 移去rt

---
 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