Re: [PATCH] i386 voyager: Convert the monitor thread to use the kthread API

2007-04-22 Thread Christoph Hellwig
On Thu, Apr 19, 2007 at 12:55:27AM -0600, Eric W. Biederman wrote: > From: Eric W. Biederman <[EMAIL PROTECTED]> - unquoted > > This patch just trivially replaces kernel_thread and daemonize > with a single call to kthread_run. Here's a better patch that does the full kthread conversion + switch

Re: [PATCH] i386 voyager: Convert the monitor thread to use the kthread API

2007-04-22 Thread Christoph Hellwig
On Thu, Apr 19, 2007 at 12:55:27AM -0600, Eric W. Biederman wrote: From: Eric W. Biederman [EMAIL PROTECTED] - unquoted This patch just trivially replaces kernel_thread and daemonize with a single call to kthread_run. Here's a better patch that does the full kthread conversion + switch to

[PATCH] i386 voyager: Convert the monitor thread to use the kthread API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman <[EMAIL PROTECTED]> This patch just trivially replaces kernel_thread and daemonize with a single call to kthread_run. CC: James Bottomley <[EMAIL PROTECTED]> Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]> --- arch/i386/mach-voyager/voyager_thread.c |5 ++--- 1

[PATCH] i386 voyager: Convert the monitor thread to use the kthread API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman <[EMAIL PROTECTED]> - unquoted This patch just trivially replaces kernel_thread and daemonize with a single call to kthread_run. CC: James Bottomley <[EMAIL PROTECTED]> Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]> --- arch/i386/mach-voyager/voyager_thread.c |

[PATCH] i386 voyager: Convert the monitor thread to use the kthread API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman [EMAIL PROTECTED] - unquoted This patch just trivially replaces kernel_thread and daemonize with a single call to kthread_run. CC: James Bottomley [EMAIL PROTECTED] Signed-off-by: Eric W. Biederman [EMAIL PROTECTED] --- arch/i386/mach-voyager/voyager_thread.c |5

[PATCH] i386 voyager: Convert the monitor thread to use the kthread API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman [EMAIL PROTECTED] This patch just trivially replaces kernel_thread and daemonize with a single call to kthread_run. CC: James Bottomley [EMAIL PROTECTED] Signed-off-by: Eric W. Biederman [EMAIL PROTECTED] --- arch/i386/mach-voyager/voyager_thread.c |5 ++--- 1 files