[GIT PULL] core kernel cleanups

From: Ingo Molnar
Date: Tue Mar 31 2009 - 09:53:57 EST


Linus,

Please pull the latest core-cleanups-for-linus git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git core-cleanups-for-linus

Thanks,

Ingo

------------------>
Américo Wang (1):
ptrace: remove a useless goto


kernel/ptrace.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/kernel/ptrace.c b/kernel/ptrace.c
index c9cf48b..1379559 100644
--- a/kernel/ptrace.c
+++ b/kernel/ptrace.c
@@ -612,8 +612,6 @@ SYSCALL_DEFINE4(ptrace, long, request, long, pid, long, addr, long, data)
goto out_put_task_struct;

ret = arch_ptrace(child, request, addr, data);
- if (ret < 0)
- goto out_put_task_struct;

out_put_task_struct:
put_task_struct(child);
--
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/