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)
commitf0ede66fca23cfee4ee80b48298007d930f49bbe
tree2deb9337847d472fe776d00bc4f53c7a82d0aea9
parentb9e82af823c10d8f981072e0d7c3a8a31f73e0bd
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