[PATCH 0/7] Intro: convert lockd to kthread and fix use-after-free (try #2)

2007-12-18 Thread Jeff Layton
This is the second patchset to fix the use-after-free problem in lockd, and to convert lockd to use the kthread API instead of kernel_thread. The main change from the last patchset is that svc_prepare_thread is now exported and svc_create_kthread no longer calls it. The caller of

[PATCH 0/7] Intro: convert lockd to kthread and fix use-after-free (try #2)

2007-12-18 Thread Jeff Layton
This is the second patchset to fix the use-after-free problem in lockd, and to convert lockd to use the kthread API instead of kernel_thread. The main change from the last patchset is that svc_prepare_thread is now exported and svc_create_kthread no longer calls it. The caller of