commit | 616be87eac9fa2ab2dca1069712f7236e50f3bf6 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Thu Sep 09 12:59:18 2021 +0200 |
committer | Peter Zijlstra <peterz@infradead.org> | Wed Sep 15 17:49:15 2021 +0200 |
tree | 0f2ddfc328c5bdd742604e2c2fe14f3926d82dd7 | |
parent | 7687201e37fabf2b7cf2b828f7ca46bf30e2948f [diff] |
locking/rwbase: Extract __rwbase_write_trylock() The code in rwbase_write_lock() is a little non-obvious vs the read+set 'trylock', extract the sequence into a helper function to clarify the code. This also provides a single site to fix fast-path ordering. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/YUCq3L+u44NDieEJ@hirez.programming.kicks-ass.net