projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8148f7
)
ipc: do not goto to the next line
author
Denis V. Lunev
<den@openvz.org>
Tue, 6 Jan 2009 22:42:50 +0000
(14:42 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:29 +0000
(15:59 -0800)
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>
ipc/sem.c
patch
|
blob
|
blame
|
history
diff --git
a/ipc/sem.c
b/ipc/sem.c
index fea0ad3aed7b36775efccce0914e0eaa1f343e2c..c68cd3f8f0c92259d9a0af3be4ec3adc6b3ad559 100644
(file)
--- a/
ipc/sem.c
+++ b/
ipc/sem.c
@@
-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);