Commit e953ac21 authored by Denis V. Lunev's avatar Denis V. Lunev Committed by Linus Torvalds

ipc: do not goto to the next line

Signed-off-by: default avatarDenis V. Lunev <den@openvz.org>
Reviewed-by: default avatarWANG Cong <wangcong@zeuux.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e8148f75
...@@ -1216,7 +1216,6 @@ asmlinkage long sys_semtimedop(int semid, struct sembuf __user *tsops, ...@@ -1216,7 +1216,6 @@ asmlinkage long sys_semtimedop(int semid, struct sembuf __user *tsops,
if (timeout && jiffies_left == 0) if (timeout && jiffies_left == 0)
error = -EAGAIN; error = -EAGAIN;
list_del(&queue.list); list_del(&queue.list);
goto out_unlock_free;
out_unlock_free: out_unlock_free:
sem_unlock(sma); sem_unlock(sma);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment