From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Thu, 25 Jan 2007 10:20:49 +0000 Subject: [Cluster-devel] [PATCH] dlm: Make sock_sem into a mutex In-Reply-To: <45B74067.7040107@redhat.com> References: <45B74067.7040107@redhat.com> Message-ID: <1169720449.11001.73.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, On Wed, 2007-01-24 at 11:17 +0000, Patrick Caulfield wrote: > Now that there can be multiple dlm_recv threads running we need to prevent two > recvs running for the same connection - it's unlikely but it can happen and it > causes message corruption. > > Signed-Off-By: Patrick Caulfield Now in the -nmw git tree. Thanks, Steve.