Re: [PATCH] powerpc pseries rtasd: Convert to kthread API.

2007-04-22 Thread Christoph Hellwig
On Thu, Apr 19, 2007 at 01:58:46AM -0600, Eric W. Biederman wrote: > From: Eric W. Biederman <[EMAIL PROTECTED]> > > This patch modifies the startup of rtasd to use kthread_run instaed of > a combination of kernel_thread and daemonize. Making the code a little > simpler and more maintainble. Loo

[PATCH] powerpc pseries rtasd: Convert to kthread API.

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman <[EMAIL PROTECTED]> This patch modifies the startup of rtasd to use kthread_run instaed of a combination of kernel_thread and daemonize. Making the code a little simpler and more maintainble. Cc: Paul Mackerras <[EMAIL PROTECTED]> Signed-off-by: Eric W. Biederman <[EMAIL

[PATCH] powerpc pseries rtasd: Convert to kthread API.

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman <[EMAIL PROTECTED]> - unquoted This patch modifies the startup of rtasd to use kthread_run instaed of a combination of kernel_thread and daemonize. Making the code a little simpler and more maintainble. Cc: Paul Mackerras <[EMAIL PROTECTED]> Signed-off-by: Eric W. Biederm