Re: [PATCH 0/2] locking/mutex: Kill mutex_trylock_recursive()

2021-02-10 Thread Peter Zijlstra
On Wed, Feb 10, 2021 at 09:52:46AM +0100, Sebastian Andrzej Siewior wrote:
> Remove mutex_trylock_recursive() from the API and tell checkpatch not to
> check it for it anymore.

W00t!!

Thanks!


[PATCH 0/2] locking/mutex: Kill mutex_trylock_recursive()

2021-02-10 Thread Sebastian Andrzej Siewior
Remove mutex_trylock_recursive() from the API and tell checkpatch not to
check it for it anymore.

Sebastian