From: Miquel van Smoorenburg Date: Sun, 12 Sep 2010 23:55:26 +0000 (-0400) Subject: sunrpc: increase MAX_HASHTABLE_BITS to 14 X-Git-Tag: v2.6.36-rc5~36^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5fe26541b6b48460104a0d949a27cdc7786957;p=pandora-kernel.git sunrpc: increase MAX_HASHTABLE_BITS to 14 The maximum size of the authcache is now set to 1024 (10 bits), but on our server we need at least 4096 (12 bits). Increase MAX_HASHTABLE_BITS to 14. This is a maximum of 16384 entries, each containing a pointer (8 bytes on x86_64). This is exactly the limit of kmalloc() (128K). Signed-off-by: Miquel van Smoorenburg Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed