Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96378
b: refs/heads/master
c: c07c605
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 10, 2008
1 parent ecae8fe commit 661127c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6cd5a86b56ec8fc8651c043bdb05ea0c662fb704
refs/heads/master: c07c6053c41f736711ed856aa377007078c7c396
5 changes: 0 additions & 5 deletions trunk/arch/sparc/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -638,11 +638,6 @@ asmlinkage int sparc_execve(struct pt_regs *regs)
(char __user * __user *)regs->u_regs[base + UREG_I2],
regs);
putname(filename);
if (error == 0) {
task_lock(current);
current->ptrace &= ~PT_DTRACE;
task_unlock(current);
}
out:
return error;
}
Expand Down

0 comments on commit 661127c

Please sign in to comment.