diff --git a/[refs] b/[refs] index d4570c01dbdb..d9d998b64ed1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d6ad3e286d2c075a60b9f11075a2c55aeeeca2ad +refs/heads/master: 5ecb01cfdf96c5f465192bdb2a4fd4a61a24c6cc diff --git a/trunk/kernel/futex.c b/trunk/kernel/futex.c index d9b3a2228f9d..17828033a639 100644 --- a/trunk/kernel/futex.c +++ b/trunk/kernel/futex.c @@ -1971,7 +1971,7 @@ static int futex_lock_pi(u32 __user *uaddr, int fshared, /* Unqueue and drop the lock */ unqueue_me_pi(&q); - goto out; + goto out_put_key; out_unlock_put_key: queue_unlock(&q, hb);