[DLM] Lowcomms nodeid range & initialisation fixes
authorPatrick Caulfield <pcaulfie@redhat.com>
Mon, 23 Apr 2007 15:26:21 +0000 (16:26 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 1 May 2007 08:11:41 +0000 (09:11 +0100)
Fix a few range & initialization bugs in lowcomms.
- max_nodeid is really the highest nodeid encountered, so all loops must include
it in their iterations.
- clean dlm_local_count & connection_idr so we can do a clean restart.
- Remove a spurious BUG_ON

Signed-Off-By: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/lowcomms.c

Simple merge