SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()
[sfrench/cifs-2.6.git] / include / linux / sunrpc / svc.h
index 36bfc0281988b127f10461c9551d940072093a1a..0b38c6eaf9852192240f9c32c99dcddbb96674c8 100644 (file)
@@ -64,9 +64,6 @@ struct svc_serv_ops {
        /* queue up a transport for servicing */
        void            (*svo_enqueue_xprt)(struct svc_xprt *);
 
-       /* set up thread (or whatever) execution context */
-       int             (*svo_setup)(struct svc_serv *, struct svc_pool *, int);
-
        /* optional module to count when adding threads (pooled svcs only) */
        struct module   *svo_module;
 };
@@ -541,7 +538,6 @@ void                   svc_pool_map_put(void);
 struct svc_serv *  svc_create_pooled(struct svc_program *, unsigned int,
                        const struct svc_serv_ops *);
 int               svc_set_num_threads(struct svc_serv *, struct svc_pool *, int);
-int               svc_set_num_threads_sync(struct svc_serv *, struct svc_pool *, int);
 int               svc_pool_stats_open(struct svc_serv *serv, struct file *file);
 void              svc_shutdown_net(struct svc_serv *, struct net *);
 int               svc_process(struct svc_rqst *);