staging/lustre: fix misuse of current->parent.
authorNeilBrown <neilb@suse.de>
Fri, 18 Jul 2014 05:39:19 +0000 (15:39 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 23:35:42 +0000 (16:35 -0700)
commitb1beb91b0e20568a767b8ab50e131074316b66b7
tree71e4063b1d517cf332b61e85cb6b147ec211f114
parentc11da2df834c2d93133f9890afbfcab7b0e38ded
staging/lustre: fix misuse of current->parent.

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>
drivers/staging/lustre/lustre/llite/lproc_llite.c