提交 e953ac21 编写于 作者: D Denis V. Lunev 提交者: Linus Torvalds

ipc: do not goto to the next line

Signed-off-by: NDenis V. Lunev <den@openvz.org>
Reviewed-by: NWANG Cong <wangcong@zeuux.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 e8148f75
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册