Merge commit 'gcl/gcl-next' into next
[deliverable/linux.git] / ipc / sem.c
index fea0ad3aed7b36775efccce0914e0eaa1f343e2c..c68cd3f8f0c92259d9a0af3be4ec3adc6b3ad559 100644 (file)
--- a/ipc/sem.c
+++ b/ipc/sem.c
@@ -1216,7 +1216,6 @@ asmlinkage long sys_semtimedop(int semid, struct sembuf __user *tsops,
        if (timeout && jiffies_left == 0)
                error = -EAGAIN;
        list_del(&queue.list);
-       goto out_unlock_free;
 
 out_unlock_free:
        sem_unlock(sma);
This page took 0.025038 seconds and 5 git commands to generate.