git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
544b2c9
)
ptrace: kill task_ptrace()
author
Tejun Heo
<tj@kernel.org>
Fri, 17 Jun 2011 14:50:34 +0000
(16:50 +0200)
committer
Oleg Nesterov
<oleg@redhat.com>
Wed, 22 Jun 2011 17:26:27 +0000
(19:26 +0200)
task_ptrace(task) simply dereferences task->ptrace and isn't even used
consistently only adding confusion. Kill it and directly access
->ptrace instead.
This doesn't introduce any behavior change.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
No differences found