hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/sunrpc/svcauth.h
....@@ -10,8 +10,6 @@
1010 #ifndef _LINUX_SUNRPC_SVCAUTH_H_
1111 #define _LINUX_SUNRPC_SVCAUTH_H_
1212
13
-#ifdef __KERNEL__
14
-
1513 #include <linux/string.h>
1614 #include <linux/sunrpc/msg_prot.h>
1715 #include <linux/sunrpc/cache.h>
....@@ -82,6 +80,7 @@
8280 struct hlist_node hash;
8381 char *name;
8482 struct auth_ops *flavour;
83
+ struct rcu_head rcu_head;
8584 };
8685
8786 /*
....@@ -183,7 +182,5 @@
183182 {
184183 return full_name_hash(NULL, buf, length) >> (32 - bits);
185184 }
186
-
187
-#endif /* __KERNEL__ */
188185
189186 #endif /* _LINUX_SUNRPC_SVCAUTH_H_ */