From b1beb91b0e20568a767b8ab50e131074316b66b7 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Fri, 18 Jul 2014 15:39:19 +1000 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed