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

2018-09-07 Thread Peter Zijlstra
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_a

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

2018-09-03 Thread Thomas Hellstrom
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(). Fi