commit | 4b39f99c222a2aff6a52fddfa6d8d4aef1771737 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Wed Mar 04 13:24:24 2020 +0100 |
committer | Peter Zijlstra <peterz@infradead.org> | Fri Mar 06 11:06:19 2020 +0100 |
tree | 19083e0ff57219ec43e4f90c78d405447e5d8b31 | |
parent | 222993395ed38f3751287f4bd82ef46b3eb3a66d [diff] |
futex: Remove {get,drop}_futex_key_refs() Now that {get,drop}_futex_key_refs() have become a glorified NOP, remove them entirely. The only thing get_futex_key_refs() is still doing is an smp_mb(), and now that we don't need to (ab)use existing atomic ops to obtain them, we can place it explicitly where we need it. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>