[PATCH] locking: Fix mutex debug call and ww_mutex doc
Peter Zijlstra
peterz at infradead.org
Fri Sep 7 11:43:39 UTC 2018
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 at vmware.com>
Thanks!
More information about the dri-devel
mailing list