lkml.org 
[lkml]   [2004]   [Oct]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U7
From
Date
On Tue, 2004-10-19 at 21:04, Thomas Gleixner wrote:
> On Tue, 2004-10-19 at 20:00, Ingo Molnar wrote:
> > i have released the -U7 Real-Time Preemption patch:
>
Nobrainer typo removal. I'm feeling stupid.

tglx


diff -urN 2.6.9-rc4-mm1-RT-U7/fs/lockd/svc.c 2.6.9-rc4-mm1-RT-U7-work/fs/lockd/svc.c
--- 2.6.9-rc4-mm1-RT-U7/fs/lockd/svc.c 2004-10-19 20:29:43.000000000 +0200
+++ 2.6.9-rc4-mm1-RT-U7-work/fs/lockd/svc.c 2004-10-20 00:42:20.000000000 +0200
@@ -306,7 +306,7 @@
* Wait for the lockd process to exit, but since we're holding
* the lockd semaphore, we can't wait around forever ...
*/
- if (!wait_event_interruptible_timeout(lockd_exit,
+ if (wait_event_interruptible_timeout(lockd_exit,
nlmsvc_pid == 0, HZ) <= 0) {
printk(KERN_WARNING
"lockd_down: lockd failed to exit, clearing pid\n");
\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.784 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site