Skip to content

Commit

Permalink
ipc: do not goto to the next line
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Denis V. Lunev authored and torvalds committed Jan 6, 2009
1 parent e8148f7 commit e953ac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipc/sem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e953ac2

Please sign in to comment.