[PATCH 2/7] SUNRPC: spin svc_rqst initialization to its own function

2007-12-18 Thread Jeff Layton
Move the initialzation in __svc_create_thread that happens prior to thread creation to a new function. Export the function so that when we replace __svc_create_thread with a kthread version, callers will have complete control over this initialization. Signed-off-by: Jeff Layton <[EMAIL

[PATCH 2/7] SUNRPC: spin svc_rqst initialization to its own function

2007-12-18 Thread Jeff Layton
Move the initialzation in __svc_create_thread that happens prior to thread creation to a new function. Export the function so that when we replace __svc_create_thread with a kthread version, callers will have complete control over this initialization. Signed-off-by: Jeff Layton <[EMAIL

[PATCH 2/7] SUNRPC: spin svc_rqst initialization to its own function

2007-12-18 Thread Jeff Layton
Move the initialzation in __svc_create_thread that happens prior to thread creation to a new function. Export the function so that when we replace __svc_create_thread with a kthread version, callers will have complete control over this initialization. Signed-off-by: Jeff Layton [EMAIL PROTECTED]

[PATCH 2/7] SUNRPC: spin svc_rqst initialization to its own function

2007-12-18 Thread Jeff Layton
Move the initialzation in __svc_create_thread that happens prior to thread creation to a new function. Export the function so that when we replace __svc_create_thread with a kthread version, callers will have complete control over this initialization. Signed-off-by: Jeff Layton [EMAIL PROTECTED]