The patch titled ipc: do not goto to the next line has been removed from the -mm tree. Its filename was ipc-do-not-goto-to-the-next-line.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: ipc: do not goto to the next line From: "Denis V. Lunev" <den@xxxxxxxxxx> Signed-off-by: Denis V. Lunev <den@xxxxxxxxxx> Reviewed-by: WANG Cong <wangcong@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- ipc/sem.c | 1 - 1 file changed, 1 deletion(-) diff -puN ipc/sem.c~ipc-do-not-goto-to-the-next-line ipc/sem.c --- a/ipc/sem.c~ipc-do-not-goto-to-the-next-line +++ a/ipc/sem.c @@ -1216,7 +1216,6 @@ asmlinkage long sys_semtimedop(int semid if (timeout && jiffies_left == 0) error = -EAGAIN; list_del(&queue.list); - goto out_unlock_free; out_unlock_free: sem_unlock(sma); _ Patches currently in -mm which might be from den@xxxxxxxxxx are origin.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html