commit | 241269bd0b580faae71575443d9ab38df7469126 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Jul 31 14:29:08 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Aug 04 08:54:06 2010 -0400 |
tree | b438cf34fd67b2b96b0a28be3241fd8d0c43fbca | |
parent | 988664a0f6bbfc356e6ce55f7a87b8594050012f [diff] |
SUNRPC: Make the credential cache hashtable size configurable This patch allows the user to configure the credential cache hashtable size using a new module parameter: auth_hashtable_size When set, this parameter will be rounded up to the nearest power of two, with a maximum allowed value of 1024 elements. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>