patch-2.3.99-pre9 linux/include/linux/sunrpc/auth.h

Next file: linux/include/linux/umsdos_fs.p
Previous file: linux/include/linux/smb_fs_i.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre8/linux/include/linux/sunrpc/auth.h linux/include/linux/sunrpc/auth.h
@@ -25,6 +25,9 @@
 	unsigned long		cr_expire;	/* when to gc */
 	unsigned short		cr_count;	/* ref count */
 	unsigned short		cr_flags;	/* various flags */
+#ifdef RPC_DEBUG
+	unsigned long		cr_magic;	/* 0x0f4aa4f0 */
+#endif
 
 	uid_t			cr_uid;
 
@@ -33,6 +36,8 @@
 #define RPCAUTH_CRED_LOCKED	0x0001
 #define RPCAUTH_CRED_UPTODATE	0x0002
 #define RPCAUTH_CRED_DEAD	0x0004
+
+#define RPCAUTH_CRED_MAGIC	0x0f4aa4f0
 
 /*
  * Client authentication handle

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)