aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/futex.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/futex.c')
-rw-r--r--kernel/futex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/futex.c b/kernel/futex.c
index 1e176f3ab26c..c3bb2fce11ba 100644
--- a/kernel/futex.c
+++ b/kernel/futex.c
@@ -2111,7 +2111,6 @@ int handle_early_requeue_pi_wakeup(struct futex_hash_bucket *hb,
2111 * Unqueue the futex_q and determine which it was. 2111 * Unqueue the futex_q and determine which it was.
2112 */ 2112 */
2113 plist_del(&q->list, &q->list.plist); 2113 plist_del(&q->list, &q->list.plist);
2114 drop_futex_key_refs(&q->key);
2115 2114
2116 if (timeout && !timeout->task) 2115 if (timeout && !timeout->task)
2117 ret = -ETIMEDOUT; 2116 ret = -ETIMEDOUT;