Re: wait_for_completion_interruptible() changes

2007-10-18 Thread Ingo Molnar
* Andi Kleen <[EMAIL PROTECTED]> wrote: > > I suspect this is caused by the recent completion refactoring? > > Yes. Here's a patch to fix it. > > Fix return value of wait_for_completion_interruptible() > > The recent w_f_c() changes broke the return value of > wait_for_completion_interruptib

Re: wait_for_completion_interruptible() changes

2007-10-18 Thread Andi Kleen
> I suspect this is caused by the recent completion refactoring? Yes. Here's a patch to fix it. Fix return value of wait_for_completion_interruptible() The recent w_f_c() changes broke the return value of wait_for_completion_interruptible(). Previously it returned 0 on success, now -1. Fix tha