ocfs2_dlm: wake up sleepers on the lockres waitqueue
authorKurt Hackel <kurt.hackel@oracle.com>
Wed, 17 Jan 2007 22:59:12 +0000 (14:59 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 7 Feb 2007 20:05:19 +0000 (12:05 -0800)
commita6fa36402aba96362311318200d710ea1719e59b
tree59c52d0437c99f55a89dfa08dc25508b2414bbcb
parent28b72d9c92ed43e01e4094f57bcad1814b002779
ocfs2_dlm: wake up sleepers on the lockres waitqueue

The dlm was not waking up threads waiting on the lockres wait queue,
waiting for the lockres to be no longer be in the DLM_LOCK_RES_IN_PROGRESS
and the DLM_LOCK_RES_MIGRATING states.

Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlm/dlmconvert.c
fs/ocfs2/dlm/dlmmaster.c
fs/ocfs2/dlm/dlmrecovery.c