Re: [PATCH] locking: Fix mutex debug call and ww_mutex doc

From: Peter Zijlstra
Date: Fri Sep 07 2018 - 07:43:44 EST


On Mon, Sep 03, 2018 at 04:07:08PM +0200, Thomas Hellstrom wrote:
> Commit 08295b3b5bee ("Implement an algorithm choice for Wound-Wait
> mutexes") introduced a reference in the documentation to a function
> that was removed in an earlier commit.
>
> It also forgot to remove a call to debug_mutex_add_waiter() which is now
> unconditionally called by __mutex_add_waiter().
>
> Fix those issues.
>
> Fixes: 08295b3b5bee ("Implement an algorithm choice for Wound-Wait mutexes")
> Signed-off-by: Thomas Hellstrom <thellstrom@xxxxxxxxxx>

Thanks!