author | Darren Hart
<dvhltc@us.ibm.com> 2009-10-07 18:46:54 UTC |
committer | Thomas Gleixner
<tglx@linutronix.de> 2009-10-07 19:22:03 UTC |
parent | f8d1e548931cfa5ea9a082e020c2a47d27e5d793 |
kernel/futex.c | +0 | -1 |
diff --git a/kernel/futex.c b/kernel/futex.c index 1e176f3ab26..c3bb2fce11b 100644 --- a/kernel/futex.c +++ b/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;