* 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
> 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
2 matches
Mail list logo