From: Oleg Nesterov Date: Sun, 3 May 2009 22:15:31 +0000 (+0200) Subject: Staging: epl: do not use CLONE_SIGHAND with allow_signal() X-Git-Tag: v2.6.31-rc1~105^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6456f0b7683c9b82ca3f3e4f0aec15b9d2966561;p=pandora-kernel.git Staging: epl: do not use CLONE_SIGHAND with allow_signal() Not sure this patch is really needed since kernel_thread() is deprecated (and checkpatch.pl complains). But we should not use kernel_thread(CLONE_SIGHAND) if we are going to play with signals. Signed-off-by: Oleg Nesterov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed