diff options
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/sched.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index e7756896f3ca..b16243a35f0b 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h | |||
| @@ -244,7 +244,8 @@ int rpciod_up(void); | |||
| 244 | void rpciod_down(void); | 244 | void rpciod_down(void); |
| 245 | int __rpc_wait_for_completion_task(struct rpc_task *task, int (*)(void *)); | 245 | int __rpc_wait_for_completion_task(struct rpc_task *task, int (*)(void *)); |
| 246 | #ifdef RPC_DEBUG | 246 | #ifdef RPC_DEBUG |
| 247 | void rpc_show_tasks(void); | 247 | struct net; |
| 248 | void rpc_show_tasks(struct net *); | ||
| 248 | #endif | 249 | #endif |
| 249 | int rpc_init_mempool(void); | 250 | int rpc_init_mempool(void); |
| 250 | void rpc_destroy_mempool(void); | 251 | void rpc_destroy_mempool(void); |
