diff options
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/auth_gss/auth_gss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c index 30eb502135bb..fcac5d141717 100644 --- a/net/sunrpc/auth_gss/auth_gss.c +++ b/net/sunrpc/auth_gss/auth_gss.c | |||
@@ -75,7 +75,7 @@ static unsigned int gss_key_expire_timeo = GSS_KEY_EXPIRE_TIMEO; | |||
75 | * using integrity (two 4-byte integers): */ | 75 | * using integrity (two 4-byte integers): */ |
76 | #define GSS_VERF_SLACK 100 | 76 | #define GSS_VERF_SLACK 100 |
77 | 77 | ||
78 | static DEFINE_HASHTABLE(gss_auth_hash_table, 16); | 78 | static DEFINE_HASHTABLE(gss_auth_hash_table, 4); |
79 | static DEFINE_SPINLOCK(gss_auth_hash_lock); | 79 | static DEFINE_SPINLOCK(gss_auth_hash_lock); |
80 | 80 | ||
81 | struct gss_pipe { | 81 | struct gss_pipe { |