Re: [PATCH] s390/net/lcs: Convert to the kthread API

2007-04-19 Thread Frank Pavlic
ACK for both patches, thank you Eric for the patches, will add them to my patchset for Jeff. Frank On Thu, Apr 19, 2007 at 01:58:40AM -0600, Eric W. Biederman wrote: > From: Eric W. Biederman <[EMAIL PROTECTED]> > > Use kthread_run to start the lcs kernel threads not a > combination of

[PATCH] s390/net/lcs: Convert to the kthread API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman <[EMAIL PROTECTED]> Use kthread_run to start the lcs kernel threads not a combination of kernel_thread and daemonize. This makes the code slightly simpler and more maintainable. Cc: Frank Pavlic <[EMAIL PROTECTED]> Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]> ---

[PATCH] s390/net/lcs: Convert to the kthread API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman <[EMAIL PROTECTED]> - unquoted Use kthread_run to start the lcs kernel threads not a combination of kernel_thread and daemonize. This makes the code slightly simpler and more maintainable. Cc: Frank Pavlic <[EMAIL PROTECTED]> Signed-off-by: Eric W. Biederman <[EMAIL

[PATCH] s390/net/lcs: Convert to the kthread API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman [EMAIL PROTECTED] - unquoted Use kthread_run to start the lcs kernel threads not a combination of kernel_thread and daemonize. This makes the code slightly simpler and more maintainable. Cc: Frank Pavlic [EMAIL PROTECTED] Signed-off-by: Eric W. Biederman [EMAIL

[PATCH] s390/net/lcs: Convert to the kthread API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman [EMAIL PROTECTED] Use kthread_run to start the lcs kernel threads not a combination of kernel_thread and daemonize. This makes the code slightly simpler and more maintainable. Cc: Frank Pavlic [EMAIL PROTECTED] Signed-off-by: Eric W. Biederman [EMAIL PROTECTED] ---

Re: [PATCH] s390/net/lcs: Convert to the kthread API

2007-04-19 Thread Frank Pavlic
ACK for both patches, thank you Eric for the patches, will add them to my patchset for Jeff. Frank On Thu, Apr 19, 2007 at 01:58:40AM -0600, Eric W. Biederman wrote: From: Eric W. Biederman [EMAIL PROTECTED] Use kthread_run to start the lcs kernel threads not a combination of