hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/sunrpc/auth_gss.h
....@@ -13,7 +13,6 @@
1313 #ifndef _LINUX_SUNRPC_AUTH_GSS_H
1414 #define _LINUX_SUNRPC_AUTH_GSS_H
1515
16
-#ifdef __KERNEL__
1716 #include <linux/refcount.h>
1817 #include <linux/sunrpc/auth.h>
1918 #include <linux/sunrpc/svc.h>
....@@ -70,6 +69,7 @@
7069 refcount_t count;
7170 enum rpc_gss_proc gc_proc;
7271 u32 gc_seq;
72
+ u32 gc_seq_xmit;
7373 spinlock_t gc_seq_lock;
7474 struct gss_ctx *gc_gss_ctx;
7575 struct xdr_netobj gc_wire_ctx;
....@@ -89,6 +89,5 @@
8989 unsigned long gc_upcall_timestamp;
9090 };
9191
92
-#endif /* __KERNEL__ */
9392 #endif /* _LINUX_SUNRPC_AUTH_GSS_H */
9493