.. | .. |
---|
10 | 10 | #ifndef _LINUX_SUNRPC_SVCAUTH_H_ |
---|
11 | 11 | #define _LINUX_SUNRPC_SVCAUTH_H_ |
---|
12 | 12 | |
---|
13 | | -#ifdef __KERNEL__ |
---|
14 | | - |
---|
15 | 13 | #include <linux/string.h> |
---|
16 | 14 | #include <linux/sunrpc/msg_prot.h> |
---|
17 | 15 | #include <linux/sunrpc/cache.h> |
---|
.. | .. |
---|
82 | 80 | struct hlist_node hash; |
---|
83 | 81 | char *name; |
---|
84 | 82 | struct auth_ops *flavour; |
---|
| 83 | + struct rcu_head rcu_head; |
---|
85 | 84 | }; |
---|
86 | 85 | |
---|
87 | 86 | /* |
---|
.. | .. |
---|
183 | 182 | { |
---|
184 | 183 | return full_name_hash(NULL, buf, length) >> (32 - bits); |
---|
185 | 184 | } |
---|
186 | | - |
---|
187 | | -#endif /* __KERNEL__ */ |
---|
188 | 185 | |
---|
189 | 186 | #endif /* _LINUX_SUNRPC_SVCAUTH_H_ */ |
---|