Whamcloud - gitweb
b=20146
authordzogin <dzogin>
Thu, 20 Aug 2009 22:34:48 +0000 (22:34 +0000)
committerdzogin <dzogin>
Thu, 20 Aug 2009 22:34:48 +0000 (22:34 +0000)
 i=alex.zhuravlev
 i=johann

Description: Increase of the size of the LDLM resource hash.
Details    : Bump up RES_HASH_BITS=12.

 Modified Files:
  Tag: b1_8
  lustre/ChangeLog lustre/include/lustre_dlm.h

lustre/ChangeLog
lustre/include/lustre_dlm.h

index 8f399b6..c62a402 100644 (file)
@@ -15,6 +15,11 @@ tbd Sun Microsystems, Inc.
          more information, please refer to bugzilla 17630.
 
 Severity   : normal
+Bugzilla   : 20146
+Description: Increase of the size of the LDLM resource hash.
+Details    : Bump up RES_HASH_BITS=12.
+
+Severity   : normal
 Bugzilla   : 19934
 Description: correctly send lsm on open replay
 Details    : MDS is trust to LSM size on replay open, but client can set wrong size
index 938539b..4dfd12d 100644 (file)
@@ -454,7 +454,7 @@ static inline int ns_connect_lru_resize(struct ldlm_namespace *ns)
  *
  */
 
-#define RES_HASH_BITS 10
+#define RES_HASH_BITS 12
 #define RES_HASH_SIZE (1UL << RES_HASH_BITS)
 #define RES_HASH_MASK (RES_HASH_SIZE - 1)