Bump up WITNESS_COUNT from 1024 to 1536 so there are sufficient entries for

WITNESS to actually work.

Reviewed by:	jhb@
This commit is contained in:
Neel Natu 2014-01-20 01:59:35 +00:00
parent ae978c3682
commit 84cc772fe5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260898

View File

@ -132,7 +132,7 @@ __FBSDID("$FreeBSD$");
/* Define this to check for blessed mutexes */
#undef BLESSING
#define WITNESS_COUNT 1024
#define WITNESS_COUNT 1536
#define WITNESS_CHILDCOUNT (WITNESS_COUNT * 4)
#define WITNESS_HASH_SIZE 251 /* Prime, gives load factor < 2 */
#define WITNESS_PENDLIST 1024