The following patches include a compiler warning fix and a couple futex cleanups
that I have been sitting on for too long.
Darren Hart (3):
futex: fix compiler warnings in exit_robust_list
futex: replace fshared and clockrt with combined flags
futex: add futex_q static initializer
kernel/futex.c | 226 ++++++++++++++++++++++++++------------------------------
1 files changed, 106 insertions(+), 120 deletions(-)
--