[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)
commit30d3a2373f171e62e4032819f55fed2ec887d0b8
tree44b8168d9ae30a89e2fd394696efdc70ec57ae01
parent2439fe50724e8693e8b933b3f8125d870bfbdb25
[DLM] Lowcomms nodeid range & initialisation fixes

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