commit | 3fb4a251febe70e4c65ea8250545b391fd414d5a | [log] [tgz] |
---|---|---|
author | Patrick Caulfield <pcaulfie@redhat.com> | Tue Jan 02 17:01:05 2007 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Feb 05 13:36:18 2007 -0500 |
tree | 28de58dc7a76c3e8c00a3cc4d1005196e55fe475 | |
parent | 5509826f1e548d14bb888c1cb6e3bbf23f855770 [diff] |
[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>