]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc11cae0b8425458d5662485964d1bcc07e08b600
tree0f2ddfc328c5bdd742604e2c2fe14f3926d82dd7
parent010c7b03173d4b1d6677cacbc10205c2ae5daecc
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