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)
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

diff --cc kernel/futex.c
Simple merge