From: Dinakar Guniguntala Date: Mon, 10 Aug 2009 13:01:42 +0000 (+0530) Subject: futex: Fix compat_futex to be same as futex for REQUEUE_PI X-Git-Tag: v2.6.31-rc6~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dc88029fd916b860ef063c40180aa604ce93494;p=pandora-kernel.git futex: Fix compat_futex to be same as futex for REQUEUE_PI Need to add the REQUEUE_PI checks to the compat_sys_futex API as well to ensure 32 bit requeue's work fine on a 64 bit system. Patch is against latest tip Signed-off-by: Dinakar Guniguntala Cc: Darren Hart LKML-Reference: <20090810130142.GA23619@in.ibm.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed