SUNRPC: Remove svc_shutdown_net()
[sfrench/cifs-2.6.git] / include / linux / sunrpc / svc.h
index 63794d772eb33bc86bcaccce72411719db2ef1bb..5603158b2aa71fa030ab95f3b338be1d1caa7653 100644 (file)
@@ -508,7 +508,6 @@ 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_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 *);
 int               bc_svc_process(struct svc_serv *, struct rpc_rqst *,
                        struct svc_rqst *);