commit | e3853a90e218bcb2e48d3f403d0962bf54444f5f | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Thu Mar 10 13:07:17 2011 -0600 |
committer | David Teigland <teigland@redhat.com> | Thu Mar 10 13:08:22 2011 -0600 |
tree | 568d7dab02e09d6b871c449746451b48f306d288 | |
parent | 8304d6f24cc1221392b6d61fa9d16631cbd6beb7 [diff] |
dlm: increase default hash table sizes Make all three hash tables a consistent size of 1024 rather than 1024, 512, 256. All three tables, for resources, locks, and lock dir entries, will generally be filled to the same order of magnitude. Signed-off-by: David Teigland <teigland@redhat.com>