Re: [PATCH 2/6] SUNRPC: Break up __svc_create_thread and make svc_create_kthread

2007-12-13 Thread Jeff Layton
On Thu, 13 Dec 2007 21:06:44 + Christoph Hellwig <[EMAIL PROTECTED]> wrote: > On Thu, Dec 13, 2007 at 03:40:24PM -0500, Jeff Layton wrote: > > Move the initialization that happens prior to thread creation to a > > new function (svc_prepare_thread) so that we can call it from a new > > thread

Re: [PATCH 2/6] SUNRPC: Break up __svc_create_thread and make svc_create_kthread

2007-12-13 Thread Christoph Hellwig
On Thu, Dec 13, 2007 at 03:40:24PM -0500, Jeff Layton wrote: > Move the initialization that happens prior to thread creation to a new > function (svc_prepare_thread) so that we can call it from a new thread > creation routine. Add a new function svc_create_kthread that spawns svc > threads using

[PATCH 2/6] SUNRPC: Break up __svc_create_thread and make svc_create_kthread

2007-12-13 Thread Jeff Layton
Move the initialization that happens prior to thread creation to a new function (svc_prepare_thread) so that we can call it from a new thread creation routine. Add a new function svc_create_kthread that spawns svc threads using kthread API. We should be able to eventually convert all of the

[PATCH 2/6] SUNRPC: Break up __svc_create_thread and make svc_create_kthread

2007-12-13 Thread Jeff Layton
Move the initialization that happens prior to thread creation to a new function (svc_prepare_thread) so that we can call it from a new thread creation routine. Add a new function svc_create_kthread that spawns svc threads using kthread API. We should be able to eventually convert all of the

Re: [PATCH 2/6] SUNRPC: Break up __svc_create_thread and make svc_create_kthread

2007-12-13 Thread Christoph Hellwig
On Thu, Dec 13, 2007 at 03:40:24PM -0500, Jeff Layton wrote: Move the initialization that happens prior to thread creation to a new function (svc_prepare_thread) so that we can call it from a new thread creation routine. Add a new function svc_create_kthread that spawns svc threads using

Re: [PATCH 2/6] SUNRPC: Break up __svc_create_thread and make svc_create_kthread

2007-12-13 Thread Jeff Layton
On Thu, 13 Dec 2007 21:06:44 + Christoph Hellwig [EMAIL PROTECTED] wrote: On Thu, Dec 13, 2007 at 03:40:24PM -0500, Jeff Layton wrote: Move the initialization that happens prior to thread creation to a new function (svc_prepare_thread) so that we can call it from a new thread creation