• Darren Hart's avatar
    futex: Replace fshared and clockrt with combined flags · b41277dc
    Darren Hart authored
    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: default avatarDarren 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: default avatarThomas Gleixner <tglx@linutronix.de>
    b41277dc
futex.c 68 KB