From 38d7239f9fe3b494f16be4f563c4cf936ecd603e Mon Sep 17 00:00:00 2001 From: Sunil Mushran Date: Wed, 5 May 2010 16:25:08 -0700 Subject: [PATCH] --- yaml --- r: 195739 b: refs/heads/master c: 0467ae954d1843de65e7cf8f706f88fe65cd8418 h: refs/heads/master i: 195737: bfac4e7d7841b5a29d5228dbec000409e04c1c38 195735: 3fb3efedfdf4ad52b1604917c281a1e7127b2ac4 v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/dlm/dlmcommon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 03cb479d6b2b..9baf586f7eca 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c901fb00731e307c2c6e8c7d5eee005df5835f9d +refs/heads/master: 0467ae954d1843de65e7cf8f706f88fe65cd8418 diff --git a/trunk/fs/ocfs2/dlm/dlmcommon.h b/trunk/fs/ocfs2/dlm/dlmcommon.h index 0102be35980c..40115681d5b0 100644 --- a/trunk/fs/ocfs2/dlm/dlmcommon.h +++ b/trunk/fs/ocfs2/dlm/dlmcommon.h @@ -37,7 +37,7 @@ #define DLM_THREAD_SHUFFLE_INTERVAL 5 // flush everything every 5 passes #define DLM_THREAD_MS 200 // flush at least every 200 ms -#define DLM_HASH_SIZE_DEFAULT (1 << 14) +#define DLM_HASH_SIZE_DEFAULT (1 << 17) #if DLM_HASH_SIZE_DEFAULT < PAGE_SIZE # define DLM_HASH_PAGES 1 #else