From 6456f0b7683c9b82ca3f3e4f0aec15b9d2966561 Mon Sep 17 00:00:00 2001 From: Oleg Nesterov Date: Mon, 4 May 2009 00:15:31 +0200 Subject: [PATCH] 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-format-patch failed