|
@@ -71,7 +71,7 @@ int nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp);
|
|
|
int nfsd_nrthreads(void);
|
|
|
int nfsd_nrpools(void);
|
|
|
int nfsd_get_nrthreads(int n, int *);
|
|
|
-int nfsd_set_nrthreads(int n, int *);
|
|
|
+int nfsd_set_nrthreads(int n, int *, struct net *);
|
|
|
int nfsd_pool_stats_open(struct inode *, struct file *);
|
|
|
int nfsd_pool_stats_release(struct inode *, struct file *);
|
|
|
|