Re: [PATCH 5/5] RISC-V: Move to queued RW locks

From: Peter Zijlstra
Date: Thu Mar 17 2022 - 05:48:18 EST


On Wed, Mar 16, 2022 at 04:26:00PM -0700, Palmer Dabbelt wrote:
> From: Palmer Dabbelt <palmer@xxxxxxxxxxxx>
>
> With the move to fair spinlocks, we might as well move to fair rwlocks.

s/might as well/can/ ?

Note that qrwlock relies on spinlock to be/provide fairness.

> Signed-off-by: Palmer Dabbelt <palmer@xxxxxxxxxxxx>