diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/sem.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1216,7 +1216,6 @@ asmlinkage long sys_semtimedop(int semid, struct sembuf __user *tsops, | |||
1216 | if (timeout && jiffies_left == 0) | 1216 | if (timeout && jiffies_left == 0) |
1217 | error = -EAGAIN; | 1217 | error = -EAGAIN; |
1218 | list_del(&queue.list); | 1218 | list_del(&queue.list); |
1219 | goto out_unlock_free; | ||
1220 | 1219 | ||
1221 | out_unlock_free: | 1220 | out_unlock_free: |
1222 | sem_unlock(sma); | 1221 | sem_unlock(sma); |