From 8774282c4cef82695ccca8bd09976de5d6e49610 Mon Sep 17 00:00:00 2001
From: Jeff Layton <jlayton@redhat.com>
Date: Mon, 7 Apr 2008 16:45:37 -0400
Subject: SUNRPC: remove svc_create_thread()

Now that the nfs4 callback thread uses the kthread API, there are no
more users of svc_create_thread(). Remove it.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
---
 net/sunrpc/svc.c | 10 ----------
 1 file changed, 10 deletions(-)

(limited to 'net/sunrpc/svc.c')

diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c
index a6e68190e0d..e7b716c7636 100644
--- a/net/sunrpc/svc.c
+++ b/net/sunrpc/svc.c
@@ -618,16 +618,6 @@ out_thread:
 	goto out;
 }
 
-/*
- * Create a thread in the default pool.  Caller must hold BKL.
- */
-int
-svc_create_thread(svc_thread_fn func, struct svc_serv *serv)
-{
-	return __svc_create_thread(func, serv, &serv->sv_pools[0]);
-}
-EXPORT_SYMBOL(svc_create_thread);
-
 /*
  * Choose a pool in which to create a new thread, for svc_set_num_threads
  */
-- 
cgit v1.2.3