From: Darren Hart Date: Mon, 8 Nov 2010 21:10:09 +0000 (-0800) Subject: futex: Replace fshared and clockrt with combined flags X-Git-Tag: v2.6.38-rc1~491^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b41277dc7a18ee332d;p=pandora-kernel.git futex: Replace fshared and clockrt with combined flags In the early days we passed the mmap sem around. That became the "int fshared" with the fast gup improvements. Then we added "int clockrt" in places. This patch unifies these options as "flags". [ tglx: Split out the stale fshared cleanup ] Signed-off-by: Darren Hart Cc: Peter Zijlstra Cc: Eric Dumazet Cc: John Kacur Cc: Ingo Molnar LKML-Reference: <1289250609-16304-1-git-send-email-dvhart@linux.intel.com> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed