From: Jeff Layton Date: Tue, 10 Jun 2008 12:40:38 +0000 (-0400) Subject: knfsd: convert knfsd to kthread API X-Git-Tag: v2.6.27-rc1~961^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9867d76ca16b3f455f9ca83861f4ce5c94a25928;p=pandora-kernel.git knfsd: convert knfsd to kthread API This patch is rather large, but I couldn't figure out a way to break it up that would remain bisectable. It does several things: - change svc_thread_fn typedef to better match what kthread_create expects - change svc_pool_map_set_cpumask to be more kthread friendly. Make it take a task arg and and get rid of the "oldmask" - have svc_set_num_threads call kthread_create directly - eliminate __svc_create_thread Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed