|
@@ -64,9 +64,6 @@ struct rpc_cred {
|
|
|
struct rcu_head cr_rcu;
|
|
|
struct rpc_auth * cr_auth;
|
|
|
const struct rpc_credops *cr_ops;
|
|
|
-#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
|
|
|
- unsigned long cr_magic; /* 0x0f4aa4f0 */
|
|
|
-#endif
|
|
|
unsigned long cr_expire; /* when to gc */
|
|
|
unsigned long cr_flags; /* various flags */
|
|
|
atomic_t cr_count; /* ref count */
|
|
@@ -80,8 +77,6 @@ struct rpc_cred {
|
|
|
#define RPCAUTH_CRED_HASHED 2
|
|
|
#define RPCAUTH_CRED_NEGATIVE 3
|
|
|
|
|
|
-#define RPCAUTH_CRED_MAGIC 0x0f4aa4f0
|
|
|
-
|
|
|
/* rpc_auth au_flags */
|
|
|
#define RPCAUTH_AUTH_NO_CRKEY_TIMEOUT 0x0001 /* underlying cred has no key timeout */
|
|
|
|