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:
c11da2d
)
staging/lustre: fix misuse of current->parent.
author
NeilBrown
<neilb@suse.de>
Fri, 18 Jul 2014 05:39:19 +0000
(15:39 +1000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 23:35:42 +0000
(16:35 -0700)
current->parent is used by ptrace to redirect some signal delivery
to the ptracer. It should only be used by 'ptrace' or 'signal' code.
All other users should use current->real_parent, which is the real
parent.
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found