Skip to content

Commit

Permalink
SUNRPC: Remove obsolete rpcauth #defines
Browse files Browse the repository at this point in the history
 RPCAUTH_CRED_LOCKED, and RPC_AUTH_PROC_CREDS are unused. Kill them.

 Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Feb 1, 2006
1 parent 1935245 commit 00b464d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions include/linux/sunrpc/auth.h
Expand Up @@ -48,9 +48,8 @@ struct rpc_cred {

/* per-flavor data */
};
#define RPCAUTH_CRED_LOCKED 0x0001
#define RPCAUTH_CRED_NEW 0x0001
#define RPCAUTH_CRED_UPTODATE 0x0002
#define RPCAUTH_CRED_NEW 0x0004

#define RPCAUTH_CRED_MAGIC 0x0f4aa4f0

Expand Down Expand Up @@ -84,9 +83,6 @@ struct rpc_auth {
struct rpc_cred_cache * au_credcache;
/* per-flavor data */
};
#define RPC_AUTH_PROC_CREDS 0x0010 /* process creds (including
* uid/gid, fs[ug]id, gids)
*/

/* Flags for rpcauth_lookupcred() */
#define RPCAUTH_LOOKUP_NEW 0x01 /* Accept an uninitialised cred */
Expand Down

0 comments on commit 00b464d

Please sign in to comment.