diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2021-11-29 20:46:45 +0300 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2021-12-04 12:56:23 +0300 |
commit | e08f343be00c3fe8f9f6ac58085c81bcdd231fab (patch) | |
tree | 21b69eed3e05757b650b5f8e7ec32da894773779 /kernel/locking/rtmutex.c | |
parent | 9d0df37797453f168afdb2e6fd0353c73718ae9a (diff) | |
download | linux-e08f343be00c3fe8f9f6ac58085c81bcdd231fab.tar.xz |
locking: Remove rt_rwlock_is_contended().
rt_rwlock_is_contended() has no users. It makes no sense to use it as
rwlock_is_contended() because it is a sleeping lock on RT and
preemption is possible. It reports always != 0 if used by a writer and
even if there is a waiter then the lock might not be handed over if
the current owner has the highest priority.
Remove rt_rwlock_is_contended().
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20211129174654.668506-3-bigeasy@linutronix.de
Diffstat (limited to 'kernel/locking/rtmutex.c')
0 files changed, 0 insertions, 0 deletions