]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit3fb4a251febe70e4c65ea8250545b391fd414d5a
tree28de58dc7a76c3e8c00a3cc4d1005196e55fe475
parent5509826f1e548d14bb888c1cb6e3bbf23f855770
[DLM] Fix schedule() calls

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>
fs/dlm/lowcomms-sctp.c
fs/dlm/lowcomms-tcp.c