Re: [PATCH v2 7/9] locking/rwlocks: introduce write_lock_nested

From: Sebastian Andrzej Siewior
Date: Sat Nov 20 2021 - 10:39:06 EST


On 2021-11-19 10:21:37 [-0800], Minchan Kim wrote:
> > #define rt_write_lock_nested(lock, subclass) rt_write_lock(((void)(subclass), (lock)))
>
> Guess you meant #define write_lock_nested.

indeed, yes.

> I should have Cced you. Thanks for the catch.
> If it's fine, Andrew, could you fold it?

You are welcome. I tested the series in my RT queue and it works.

Acked-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>

> Thank you.

Sebastian