Re: improve log context annotations
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 21, 2026 at 11:16:40AM +0200, Carlos Maiolino wrote: > Thanks. Those all look good for me. But I'm adding Dave to the thread as > he has much more expertise with lockdep than me and I'd appreciate his > input. More review is always good. But as a reminder for the audience: lockdep and the lock context annotations are two totally seaprate things. The former verifies the locking state at runtime, while the latter is about compile-time enforcement for the cases where that is possible.