diff options
Diffstat (limited to 'include/linux/sunrpc/svc.h')
-rw-r--r-- | include/linux/sunrpc/svc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index bff5e9b486c2..cb341f96eb8d 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h | |||
@@ -338,7 +338,7 @@ struct svc_serv * svc_create(struct svc_program *, unsigned int, | |||
338 | int svc_create_thread(svc_thread_fn, struct svc_serv *); | 338 | int svc_create_thread(svc_thread_fn, struct svc_serv *); |
339 | void svc_exit_thread(struct svc_rqst *); | 339 | void svc_exit_thread(struct svc_rqst *); |
340 | void svc_destroy(struct svc_serv *); | 340 | void svc_destroy(struct svc_serv *); |
341 | int svc_process(struct svc_serv *, struct svc_rqst *); | 341 | int svc_process(struct svc_rqst *); |
342 | int svc_register(struct svc_serv *, int, unsigned short); | 342 | int svc_register(struct svc_serv *, int, unsigned short); |
343 | void svc_wake_up(struct svc_serv *); | 343 | void svc_wake_up(struct svc_serv *); |
344 | void svc_reserve(struct svc_rqst *rqstp, int space); | 344 | void svc_reserve(struct svc_rqst *rqstp, int space); |