aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcauth_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/svcauth_unix.c')
-rw-r--r--net/sunrpc/svcauth_unix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sunrpc/svcauth_unix.c b/net/sunrpc/svcauth_unix.c
index 560677d187f..a04ac9193d5 100644
--- a/net/sunrpc/svcauth_unix.c
+++ b/net/sunrpc/svcauth_unix.c
@@ -85,7 +85,6 @@ static void svcauth_unix_domain_release(struct auth_domain *dom)
85 */ 85 */
86#define IP_HASHBITS 8 86#define IP_HASHBITS 8
87#define IP_HASHMAX (1<<IP_HASHBITS) 87#define IP_HASHMAX (1<<IP_HASHBITS)
88#define IP_HASHMASK (IP_HASHMAX-1)
89 88
90struct ip_map { 89struct ip_map {
91 struct cache_head h; 90 struct cache_head h;
@@ -497,7 +496,6 @@ svcauth_unix_info_release(struct svc_xprt *xpt)
497 */ 496 */
498#define GID_HASHBITS 8 497#define GID_HASHBITS 8
499#define GID_HASHMAX (1<<GID_HASHBITS) 498#define GID_HASHMAX (1<<GID_HASHBITS)
500#define GID_HASHMASK (GID_HASHMAX - 1)
501 499
502struct unix_gid { 500struct unix_gid {
503 struct cache_head h; 501 struct cache_head h;