Re: [PATCH 2/3] Documentation: locking: Add local_lock_nested_bh() to locktypes

From: Sebastian Andrzej Siewior
Date: Thu Aug 14 2025 - 04:42:08 EST


On 2025-07-15 14:10:23 [-0600], Jonathan Corbet wrote:

> > +A local_lock_t together with local_lock_nested_bh() and
> > +local_unlock_nested_bh() for locking operations help to identify the locking
> > +scope.
> > +
> > +With lockdep is enabled, these functions verify that data structure access
>
> Did you mean *When* lockdep is enabled?

Lets do "When". I most likely should have removed the "is".

> Otherwise no complaints here.
Thanks.

>
> jon

Sebastian