diff options
Diffstat (limited to 'patches/locking-rtmutex-don-t-drop-the-wait_lock-twice.patch')
-rw-r--r-- | patches/locking-rtmutex-don-t-drop-the-wait_lock-twice.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/locking-rtmutex-don-t-drop-the-wait_lock-twice.patch b/patches/locking-rtmutex-don-t-drop-the-wait_lock-twice.patch index e5a2346657e8..c4ca232027ee 100644 --- a/patches/locking-rtmutex-don-t-drop-the-wait_lock-twice.patch +++ b/patches/locking-rtmutex-don-t-drop-the-wait_lock-twice.patch @@ -19,7 +19,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> --- a/kernel/locking/rtmutex.c +++ b/kernel/locking/rtmutex.c -@@ -1745,7 +1745,6 @@ int __rt_mutex_start_proxy_lock(struct r +@@ -1766,7 +1766,6 @@ int __rt_mutex_start_proxy_lock(struct r raw_spin_lock(&task->pi_lock); if (task->pi_blocked_on) { raw_spin_unlock(&task->pi_lock); |