mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
Merge tag 'locking_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking fix from Borislav Petkov: - Fix a CONFIG symbol's spelling * tag 'locking_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: locking/rtmutex: Use the correct rtmutex debugging config option
This commit is contained in:
@@ -343,7 +343,7 @@ static __always_inline bool
|
||||
rt_mutex_cond_detect_deadlock(struct rt_mutex_waiter *waiter,
|
||||
enum rtmutex_chainwalk chwalk)
|
||||
{
|
||||
if (IS_ENABLED(CONFIG_DEBUG_RT_MUTEX))
|
||||
if (IS_ENABLED(CONFIG_DEBUG_RT_MUTEXES))
|
||||
return waiter != NULL;
|
||||
return chwalk == RT_MUTEX_FULL_CHAINWALK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user