Re: [PATCH] ibmphp: Convert to use the kthreads API

2007-04-22 Thread Christoph Hellwig
On Thu, Apr 19, 2007 at 12:55:30AM -0600, Eric W. Biederman wrote: > From: Eric W. Biederman <[EMAIL PROTECTED]> - unquoted > > kthread_run replaces kernel_thread and dameonize. > > allow_signal is unnecessary and has been removed. > tid_poll was unused and has been removed. Thread handling in t

[PATCH] ibmphp: Convert to use the kthreads API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman <[EMAIL PROTECTED]> kthread_run replaces kernel_thread and dameonize. allow_signal is unnecessary and has been removed. tid_poll was unused and has been removed. Cc: Jyoti Shah <[EMAIL PROTECTED]> Cc: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Eric W. Biederman

[PATCH] ibmphp: Convert to use the kthreads API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman <[EMAIL PROTECTED]> - unquoted kthread_run replaces kernel_thread and dameonize. allow_signal is unnecessary and has been removed. tid_poll was unused and has been removed. Cc: Jyoti Shah <[EMAIL PROTECTED]> Cc: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Eric W