commit | f1f1c1ccf7848a6e25db30ee9216e1a1e7eb6bef | [log] [tgz] |
---|---|---|
author | Patrick Caulfield <pcaulfie@redhat.com> | Wed Jan 24 11:17:59 2007 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Feb 05 13:37:44 2007 -0500 |
tree | 38b5f6ba90143ceea49c62fb824a7b46b1f03636 | |
parent | d043e1900c97f7282b71844c8530279913b6ec5a [diff] |
[DLM] Make sock_sem into a mutex 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>