dlm: increase default hash table sizes
authorDavid Teigland <teigland@redhat.com>
Thu, 10 Mar 2011 19:07:17 +0000 (13:07 -0600)
committerDavid Teigland <teigland@redhat.com>
Thu, 10 Mar 2011 19:08:22 +0000 (13:08 -0600)
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>

No differences found