[PATCH] ipc: do not goto to the next line

From: Denis V. Lunev
Date: Mon Nov 17 2008 - 10:11:36 EST


Signed-off-by: Denis V. Lunev <den@xxxxxxxxxx>
---
ipc/sem.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ipc/sem.c b/ipc/sem.c
index 0821224..b91d455 100644
--- 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);
--
1.5.6.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/