ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlock
authorSunil Mushran <sunil.mushran@oracle.com>
Sat, 1 Mar 2008 22:04:25 +0000 (14:04 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 10 Mar 2008 22:14:17 +0000 (15:14 -0700)
commitc824c3c723f2e37a00b3b739a55b28de595fd72e
treec5cd618420cc66f238f0273d6d59dbed46099dca
parent535f7026fddafce6d0a0524db01a432c23a0a7b4
ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlock

This patch addresses the bug in which the dlm_thread could go to sleep
while holding the dlm_spinlock.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlm/dlmthread.c