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 2014-01-20 01:59:35 +00:00
parent fa3ef88a5b
commit 16e5d67c2c

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