Staging: epl: do not use CLONE_SIGHAND with allow_signal()
authorOleg Nesterov <oleg@redhat.com>
Sun, 3 May 2009 22:15:31 +0000 (00:15 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 19 Jun 2009 18:00:52 +0000 (11:00 -0700)
commit6456f0b7683c9b82ca3f3e4f0aec15b9d2966561
tree6ecbde6da245e507f99958abdae85e1a1df18594
parentd604fc995e7d222b043b33676f64e8b855fa596f
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 <oleg@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/epl/EplSdoUdpu.c
drivers/staging/epl/ShbIpc-LinuxKernel.c