diff options
author | Denis V. Lunev <den@openvz.org> | 2009-01-06 14:42:50 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 15:59:29 -0800 |
commit | e953ac2195659940d0d042f7ac962700a6a0f0e3 (patch) | |
tree | 68eba3fff785161166b144b1bcf57858976cc9a4 /ipc/sem.c | |
parent | e8148f7588064e45080bf1120883380a2efe5c9b (diff) | |
download | op-kernel-dev-e953ac2195659940d0d042f7ac962700a6a0f0e3.zip op-kernel-dev-e953ac2195659940d0d042f7ac962700a6a0f0e3.tar.gz |
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, if (timeout && jiffies_left == 0) error = -EAGAIN; list_del(&queue.list); - goto out_unlock_free; out_unlock_free: sem_unlock(sma); |