diff options
author | Denis V. Lunev <den@openvz.org> | 2009-01-06 17:42:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:29 -0500 |
commit | e953ac2195659940d0d042f7ac962700a6a0f0e3 (patch) | |
tree | 68eba3fff785161166b144b1bcf57858976cc9a4 /ipc/sem.c | |
parent | e8148f7588064e45080bf1120883380a2efe5c9b (diff) |
ipc: do not goto to the next line
Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: WANG Cong <wangcong@zeuux.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc/sem.c')
-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); |