[DLM] Make sock_sem into a mutex
authorPatrick Caulfield <pcaulfie@redhat.com>
Wed, 24 Jan 2007 11:17:59 +0000 (11:17 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 5 Feb 2007 18:37:44 +0000 (13:37 -0500)
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 <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found