]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9e3eb4682282f42fb20f8a9e2dcd01853ee2fa9a
treeac27e5c432e30d296769071b5f7c88b9af970593
parent44b102c5e1f377e6c6099b3d63b5ce03ee756525
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