Re: [PATCH next v2 1/5] locking/osq_lock: Defer clearing node->locked until the slow osq_lock() path.

From: Ingo Molnar
Date: Tue Jan 02 2024 - 04:50:08 EST



* David Laight <David.Laight@xxxxxxxxxx> wrote:

> Since node->locked cannot be set before the assignment to prev->next
> it is save to clear it in the slow path.

s/save
/safe

Thanks,

Ingo