aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/auth.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2006-02-01 12:49:28 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2006-02-01 12:52:25 -0500
commit00b464debf0038b1628996065f0be564ccfbfd86 (patch)
treef2bd69a86f66b20db2591fe427120b4a4804c0c0 /include/linux/sunrpc/auth.h
parent1935245655996ca4d14e687c3a100d2e2bbdc78d (diff)
SUNRPC: Remove obsolete rpcauth #defines
RPCAUTH_CRED_LOCKED, and RPC_AUTH_PROC_CREDS are unused. Kill them. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/auth.h')
-rw-r--r--include/linux/sunrpc/auth.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h
index 2647798b72c7..be4772ed43c0 100644
--- a/include/linux/sunrpc/auth.h
+++ b/include/linux/sunrpc/auth.h
@@ -48,9 +48,8 @@ struct rpc_cred {
48 48
49 /* per-flavor data */ 49 /* per-flavor data */
50}; 50};
51#define RPCAUTH_CRED_LOCKED 0x0001 51#define RPCAUTH_CRED_NEW 0x0001
52#define RPCAUTH_CRED_UPTODATE 0x0002 52#define RPCAUTH_CRED_UPTODATE 0x0002
53#define RPCAUTH_CRED_NEW 0x0004
54 53
55#define RPCAUTH_CRED_MAGIC 0x0f4aa4f0 54#define RPCAUTH_CRED_MAGIC 0x0f4aa4f0
56 55
@@ -84,9 +83,6 @@ struct rpc_auth {
84 struct rpc_cred_cache * au_credcache; 83 struct rpc_cred_cache * au_credcache;
85 /* per-flavor data */ 84 /* per-flavor data */
86}; 85};
87#define RPC_AUTH_PROC_CREDS 0x0010 /* process creds (including
88 * uid/gid, fs[ug]id, gids)
89 */
90 86
91/* Flags for rpcauth_lookupcred() */ 87/* Flags for rpcauth_lookupcred() */
92#define RPCAUTH_LOOKUP_NEW 0x01 /* Accept an uninitialised cred */ 88#define RPCAUTH_LOOKUP_NEW 0x01 /* Accept an uninitialised cred */