diff --git a/[refs] b/[refs] index 7cae4230cefa..38a684223530 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f8d1e548931cfa5ea9a082e020c2a47d27e5d793 +refs/heads/master: da085681014fb43d67d9bf6d14bc068e9254bd49 diff --git a/trunk/kernel/futex.c b/trunk/kernel/futex.c index 1e176f3ab26c..c3bb2fce11ba 100644 --- a/trunk/kernel/futex.c +++ b/trunk/kernel/futex.c @@ -2111,7 +2111,6 @@ int handle_early_requeue_pi_wakeup(struct futex_hash_bucket *hb, * Unqueue the futex_q and determine which it was. */ plist_del(&q->list, &q->list.plist); - drop_futex_key_refs(&q->key); if (timeout && !timeout->task) ret = -ETIMEDOUT;