Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231141
b: refs/heads/master
c: 66c941f
h: refs/heads/master
i:
  231139: 62a7ad2
v: v3
  • Loading branch information
Shan Wei authored and J. Bruce Fields committed Dec 17, 2010
1 parent 8b9fee0 commit 5afc0c0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b6a599f0da3722dea9ecc01d97f54061662ce49
refs/heads/master: 66c941f4aa8aef397a757001af61073db23b39e5
2 changes: 0 additions & 2 deletions trunk/net/sunrpc/auth_gss/svcauth_gss.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ static int netobj_equal(struct xdr_netobj *a, struct xdr_netobj *b)

#define RSI_HASHBITS 6
#define RSI_HASHMAX (1<<RSI_HASHBITS)
#define RSI_HASHMASK (RSI_HASHMAX-1)

struct rsi {
struct cache_head h;
Expand Down Expand Up @@ -319,7 +318,6 @@ static struct rsi *rsi_update(struct rsi *new, struct rsi *old)

#define RSC_HASHBITS 10
#define RSC_HASHMAX (1<<RSC_HASHBITS)
#define RSC_HASHMASK (RSC_HASHMAX-1)

#define GSS_SEQ_WIN 128

Expand Down
1 change: 0 additions & 1 deletion trunk/net/sunrpc/svcauth.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ EXPORT_SYMBOL_GPL(svc_auth_unregister);

#define DN_HASHBITS 6
#define DN_HASHMAX (1<<DN_HASHBITS)
#define DN_HASHMASK (DN_HASHMAX-1)

static struct hlist_head auth_domain_table[DN_HASHMAX];
static spinlock_t auth_domain_lock =
Expand Down
2 changes: 0 additions & 2 deletions trunk/net/sunrpc/svcauth_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ static void svcauth_unix_domain_release(struct auth_domain *dom)
*/
#define IP_HASHBITS 8
#define IP_HASHMAX (1<<IP_HASHBITS)
#define IP_HASHMASK (IP_HASHMAX-1)

struct ip_map {
struct cache_head h;
Expand Down Expand Up @@ -497,7 +496,6 @@ svcauth_unix_info_release(struct svc_xprt *xpt)
*/
#define GID_HASHBITS 8
#define GID_HASHMAX (1<<GID_HASHBITS)
#define GID_HASHMASK (GID_HASHMAX - 1)

struct unix_gid {
struct cache_head h;
Expand Down

0 comments on commit 5afc0c0

Please sign in to comment.