Re: [PATCH v6 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()

From: Steven Rostedt

Date: Wed May 13 2026 - 12:02:52 EST


On Tue, 5 May 2026 17:09:35 +0000
Dmitry Ilvokhin <d@xxxxxxxxxxxx> wrote:

> This is a preparatory refactoring for the next commit, which adds

Same thing about using "next commit" in change logs.

-- Steve

> contended_release tracepoint instrumentation and needs to call the
> unlock from both traced and non-traced paths.
>
> No functional change.
>
> Signed-off-by: Dmitry Ilvokhin <d@xxxxxxxxxxxx>
> Acked-by: Paul E. McKenney <paulmck@xxxxxxxxxx>
> ---
> include/asm-generic/qrwlock.h | 20 +++++++++++++++-----
> 1 file changed, 15 insertions(+), 5 deletions(-)