diff options
Diffstat (limited to 'arch/parisc/hpux/fs.c')
-rw-r--r-- | arch/parisc/hpux/fs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/parisc/hpux/fs.c b/arch/parisc/hpux/fs.c index 5cbe9f9e5d9e..54075360a8fd 100644 --- a/arch/parisc/hpux/fs.c +++ b/arch/parisc/hpux/fs.c | |||
@@ -44,11 +44,6 @@ int hpux_execve(struct pt_regs *regs) | |||
44 | error = do_execve(filename, (char __user * __user *) regs->gr[25], | 44 | error = do_execve(filename, (char __user * __user *) regs->gr[25], |
45 | (char __user * __user *) regs->gr[24], regs); | 45 | (char __user * __user *) regs->gr[24], regs); |
46 | 46 | ||
47 | if (error == 0) { | ||
48 | task_lock(current); | ||
49 | current->ptrace &= ~PT_DTRACE; | ||
50 | task_unlock(current); | ||
51 | } | ||
52 | putname(filename); | 47 | putname(filename); |
53 | 48 | ||
54 | out: | 49 | out: |