locking/mutex: Kill mutex_trylock_recursive()
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Wed, 10 Feb 2021 08:52:47 +0000 (09:52 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 10 Feb 2021 13:44:40 +0000 (14:44 +0100)
commit0f319d49a4167e402b01b2b56639386f0b6846ba
tree9bf574b2da023e3fdb1bb3f021e7ac64caa74e4c
parentb38085ba60246fccc2f49d2ac162528dedbc4e71
locking/mutex: Kill mutex_trylock_recursive()

There are not users of mutex_trylock_recursive() in tree as of
v5.11-rc7.

Remove it.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20210210085248.219210-2-bigeasy@linutronix.de
include/linux/mutex.h
kernel/locking/mutex.c