[DLM] Fix schedule() calls
authorPatrick Caulfield <pcaulfie@redhat.com>
Tue, 2 Jan 2007 17:01:05 +0000 (17:01 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 5 Feb 2007 18:36:18 +0000 (13:36 -0500)
I was a little over-enthusiastic turning schedule() calls int cond_sched() when fixing the DLM for Andrew Morton.

These four should really be calls to schedule() or the dlm can busy-wait.

Signed-Off-By: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found