diff options
author | Roland McGrath <roland@redhat.com> | 2008-03-17 01:00:05 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:13 -0400 |
commit | b00de174e3d52d9185e2e9937a6a2704c9d7d520 (patch) | |
tree | e523f1f4a9d4e34f0ebe0ef6f646eee53c8d03b7 /arch/x86/ia32 | |
parent | 48ee679a02406c65ced67c3951ad19744eb21083 (diff) |
x86: sys32_execve PT_DTRACE
The PT_DTRACE flag is meaningless and obsolete.
Don't touch it.
Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/ia32')
-rw-r--r-- | arch/x86/ia32/sys_ia32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/ia32/sys_ia32.c b/arch/x86/ia32/sys_ia32.c index 44d931f08414..7cede7a9e0dc 100644 --- a/arch/x86/ia32/sys_ia32.c +++ b/arch/x86/ia32/sys_ia32.c | |||
@@ -780,11 +780,6 @@ asmlinkage long sys32_execve(char __user *name, compat_uptr_t __user *argv, | |||
780 | if (IS_ERR(filename)) | 780 | if (IS_ERR(filename)) |
781 | return error; | 781 | return error; |
782 | error = compat_do_execve(filename, argv, envp, regs); | 782 | error = compat_do_execve(filename, argv, envp, regs); |
783 | if (error == 0) { | ||
784 | task_lock(current); | ||
785 | current->ptrace &= ~PT_DTRACE; | ||
786 | task_unlock(current); | ||
787 | } | ||
788 | putname(filename); | 783 | putname(filename); |
789 | return error; | 784 | return error; |
790 | } | 785 | } |