lkml.org 
[lkml]   [2007]   [Jun]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 4/4] FUTEX: Tidy up the code

* Thomas Gleixner <tglx@linutronix.de> wrote:

> The recent PRIVATE and REQUEUE_PI changes to the futex code made it hard to read.
> Tidy it up.
>
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

looks good to me:

Acked-by: Ingo Molnar <mingo@elte.hu>

> - if (!pi) {
> - if (uval & FUTEX_WAITERS)
> + if (!pi && (uval & FUTEX_WAITERS))
> futex_wake(uaddr, &curr->mm->mmap_sem, 1);
> - }

one too much tab left in the futex_wake line i guess?

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-06-08 09:15    [W:0.064 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site