Re: [PATCH v4 1/2] rtmutex: allow specifying a subclass for nested locking

From: Peter Rosin
Date: Mon Sep 10 2018 - 20:59:06 EST


On 2018-09-11 01:27, Steven Rostedt wrote:
>
> Why this:
>
> #ifdef CONFIG_DEBUG_LOCK_ALLOC
> [..]
> #endif
>
> #ifndef CONFIG_DEBUG_LOCK_ALLOC
> [..]
> #endif
>
> ???
>
> This should use #else.

Yes. Water under the bridge...

Cheers,
Peter