From: Greg Banks Date: Mon, 2 Oct 2006 09:17:59 +0000 (-0700) Subject: [PATCH] knfsd: add svc_set_num_threads X-Git-Tag: v2.6.19-rc1~425 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74554429eada89a7ddb47317e6a2968d03e41a2;p=pandora-kernel.git [PATCH] knfsd: add svc_set_num_threads Currently knfsd keeps its own list of all nfsd threads in nfssvc.c; add a new way of managing the list of all threads in a svc_serv. Add svc_create_pooled() to allow creation of a svc_serv whose threads are managed by the sunrpc code. Add svc_set_num_threads() to manage the number of threads in a service, either per-pool or globally across the service. Signed-off-by: Greg Banks Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed