diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/svc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index 3435d24bfe55..1f18fc728cba 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h | |||
| @@ -396,8 +396,8 @@ struct svc_serv * svc_create_pooled(struct svc_program *, unsigned int, | |||
| 396 | int svc_set_num_threads(struct svc_serv *, struct svc_pool *, int); | 396 | int svc_set_num_threads(struct svc_serv *, struct svc_pool *, int); |
| 397 | void svc_destroy(struct svc_serv *); | 397 | void svc_destroy(struct svc_serv *); |
| 398 | int svc_process(struct svc_rqst *); | 398 | int svc_process(struct svc_rqst *); |
| 399 | int svc_register(const struct svc_serv *, const unsigned short, | 399 | int svc_register(const struct svc_serv *, const int, |
| 400 | const unsigned short); | 400 | const unsigned short, const unsigned short); |
| 401 | 401 | ||
| 402 | void svc_wake_up(struct svc_serv *); | 402 | void svc_wake_up(struct svc_serv *); |
| 403 | void svc_reserve(struct svc_rqst *rqstp, int space); | 403 | void svc_reserve(struct svc_rqst *rqstp, int space); |
