David Teigland d4400156d4 [DLM] fix requestqueue race
Red Hat BZ 211914

There's a race between dlm_recoverd (1) enabling locking and (2) clearing
out the requestqueue, and dlm_recvd (1) checking if locking is enabled and
(2) adding a message to the requestqueue.  An order of recoverd(1),
recvd(1), recvd(2), recoverd(2) will result in a message being left on the
requestqueue.  The fix is to have dlm_recvd check if dlm_recoverd has
enabled locking after taking the mutex for the requestqueue and if it has
processing the message instead of queueing it.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
2006-11-30 10:35:10 -05:00
..
2006-08-23 16:07:31 -04:00
2006-01-18 09:30:29 +00:00
2006-04-28 10:50:41 -04:00
2006-01-18 09:30:29 +00:00
2006-11-30 10:35:10 -05:00
2006-08-21 09:50:09 -04:00
2006-07-13 09:25:34 -04:00
2006-10-09 14:19:08 -07:00
2006-07-13 09:25:34 -04:00
2006-08-09 09:44:54 -04:00
2006-02-23 09:56:38 +00:00
2006-01-18 09:30:29 +00:00
2006-11-30 10:35:10 -05:00
2006-11-30 10:35:10 -05:00
2006-08-31 12:15:37 -04:00
2006-07-13 09:25:34 -04:00
2006-02-23 09:56:38 +00:00
2006-01-18 09:30:29 +00:00