[PATCH 6/7] NLM: Convert lockd to use kthreads

2007-12-18 Thread Jeff Layton
Have lockd_up start lockd using svc_create_kthread. With this change, lockd_down now blocks until lockd actually exits, so there's no longer need for the waitqueue code at the end of lockd_down. This also means that only one lockd can be running at a time which simplifies the code within lockd's ma

[PATCH 6/7] NLM: Convert lockd to use kthreads

2007-12-18 Thread Jeff Layton
Have lockd_up start lockd using svc_create_kthread. With this change, lockd_down now blocks until lockd actually exits, so there's no longer need for the waitqueue code at the end of lockd_down. This also means that only one lockd can be running at a time which simplifies the code within lockd's ma