futex: Replace fshared and clockrt with combined flags
authorDarren Hart <dvhart@linux.intel.com>
Mon, 8 Nov 2010 21:10:09 +0000 (13:10 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 10 Nov 2010 14:01:33 +0000 (15:01 +0100)
commitb41277dc7a18ee332d9e8078e978bacdf6e76157
tree3068774de35cd12b03f736aa544fcb59cacf0111
parentae791a2d2e382adc69990a144a7f1a6c4bc24f1e
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 <dvhart@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: John Kacur <jkacur@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
LKML-Reference: <1289250609-16304-1-git-send-email-dvhart@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/futex.c