* Thomas Gleixner <[email protected]> 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 <[email protected]>
looks good to me:
Acked-by: Ingo Molnar <[email protected]>
> - 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]