Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75242
b: refs/heads/master
c: b8c9a18
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jan 2, 2008
1 parent 97af43d commit 8684c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 831830b5a2b5d413407adf380ef62fe17d6fcbf2
refs/heads/master: b8c9a18712f7b617fda66d878ce3759c9e575ba0
2 changes: 1 addition & 1 deletion trunk/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ int ptrace_attach(struct task_struct *task)
/* the same process cannot be attached many times */
if (task->ptrace & PT_PTRACED)
goto bad;
retval = may_attach(task);
retval = __ptrace_may_attach(task);
if (retval)
goto bad;

Expand Down

0 comments on commit 8684c74

Please sign in to comment.