]> git.baikalelectronics.ru Git - kernel.git/commit
fix compat futex code for private futexes
authorUlrich Drepper <drepper@redhat.com>
Fri, 1 Jun 2007 07:46:41 +0000 (00:46 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 1 Jun 2007 15:18:28 +0000 (08:18 -0700)
commitd9197723e2b2f50723a67652d23f4760e9a1a660
tree2deb9337847d472fe776d00bc4f53c7a82d0aea9
parenteb1acfa69cf996162bc12d684503c4dc24fa97ea
fix compat futex code for private futexes

When the private futex support was added the compat code wasn't changed.
The result is that code using compat code which fail, e.g., because the
timeout values are not correctly passed.  The following patch should fix
that.

Signed-off-by: Ulrich Drepper <drepper@redhat.com>
Cc: Eric Dumazet <dada1@cosmosbay.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/futex_compat.c