locking/rwbase: Extract __rwbase_write_trylock()
authorPeter Zijlstra <peterz@infradead.org>
Thu, 9 Sep 2021 10:59:18 +0000 (12:59 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 15 Sep 2021 15:49:15 +0000 (17:49 +0200)
commit616be87eac9fa2ab2dca1069712f7236e50f3bf6
tree0f2ddfc328c5bdd742604e2c2fe14f3926d82dd7
parent7687201e37fabf2b7cf2b828f7ca46bf30e2948f
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
kernel/locking/rwbase_rt.c