dlm: replace idr with hash table for connections
authorChristine Caulfield <ccaulfie@redhat.com>
Wed, 28 Jan 2009 18:57:40 +0000 (12:57 -0600)
committerDavid Teigland <teigland@redhat.com>
Wed, 11 Mar 2009 17:20:58 +0000 (12:20 -0500)
commit5e9ccc372dc855900c4a75b21286038938e288c7
tree323ac103ab37ba5adfa3dc66ff90ec03c77b7517
parent2cf12c0bf261e19d9641d7b8aa220e2651a03289
dlm: replace idr with hash table for connections

Integer nodeids can be too large for the idr code; use a hash
table instead.

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c