00bc4f53c7a82d0aea9 parent b9e82af823c10d8f981072e0d7c3a8a31f73e0bd author Ulrich Drepper 1180684001 -0700 committer Linus Torvalds 1180711108 -0700 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 Cc: Eric Dumazet Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds fU