ocfs2: use cond_resched() in dlm_thread()
authorKurt Hackel <kurt.hackel@oracle.com>
Mon, 1 May 2006 21:27:41 +0000 (14:27 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 26 Jun 2006 21:43:13 +0000 (14:43 -0700)
commitf85cd47a5825b77a146bad6870b2ddcf08415c13
treeac27e5c432e30d296769071b5f7c88b9af970593
parentad8100e0d20e0123def9f83c040b68c96c8638f0
ocfs2: use cond_resched() in dlm_thread()

yield() does not yield.  cond_resched() does.

Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlm/dlmthread.c