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>
This commit is contained in:
parent
e8148f7588
commit
e953ac2195
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user