From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Mon, 23 Apr 2007 16:50:15 +0100 Subject: [Cluster-devel] Re: [PATCH] dlm: Lowcomms nodeid range & initialisation fixes In-Reply-To: <462CD01D.1020003@redhat.com> References: <462CD01D.1020003@redhat.com> Message-ID: <1177343415.1636.400.camel@quoit.chygwyn.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Now pushed to the -nmw git tree. Thanks, Steve. On Mon, 2007-04-23 at 16:26 +0100, Patrick Caulfield wrote: > 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 >