diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/sched.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index 7963ef0ffb89..503a937bdca9 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h | |||
| @@ -56,12 +56,10 @@ struct rpc_task { | |||
| 56 | __u8 tk_cred_retry; | 56 | __u8 tk_cred_retry; |
| 57 | 57 | ||
| 58 | /* | 58 | /* |
| 59 | * timeout_fn to be executed by timer bottom half | ||
| 60 | * callback to be executed after waking up | 59 | * callback to be executed after waking up |
| 61 | * action next procedure for async tasks | 60 | * action next procedure for async tasks |
| 62 | * tk_ops caller callbacks | 61 | * tk_ops caller callbacks |
| 63 | */ | 62 | */ |
| 64 | void (*tk_timeout_fn)(struct rpc_task *); | ||
| 65 | void (*tk_callback)(struct rpc_task *); | 63 | void (*tk_callback)(struct rpc_task *); |
| 66 | void (*tk_action)(struct rpc_task *); | 64 | void (*tk_action)(struct rpc_task *); |
| 67 | const struct rpc_call_ops *tk_ops; | 65 | const struct rpc_call_ops *tk_ops; |
| @@ -231,7 +229,7 @@ void rpc_execute(struct rpc_task *); | |||
| 231 | void rpc_init_priority_wait_queue(struct rpc_wait_queue *, const char *); | 229 | void rpc_init_priority_wait_queue(struct rpc_wait_queue *, const char *); |
| 232 | void rpc_init_wait_queue(struct rpc_wait_queue *, const char *); | 230 | void rpc_init_wait_queue(struct rpc_wait_queue *, const char *); |
| 233 | void rpc_sleep_on(struct rpc_wait_queue *, struct rpc_task *, | 231 | void rpc_sleep_on(struct rpc_wait_queue *, struct rpc_task *, |
| 234 | rpc_action action, rpc_action timer); | 232 | rpc_action action); |
| 235 | void rpc_wake_up_queued_task(struct rpc_wait_queue *, | 233 | void rpc_wake_up_queued_task(struct rpc_wait_queue *, |
| 236 | struct rpc_task *); | 234 | struct rpc_task *); |
| 237 | void rpc_wake_up(struct rpc_wait_queue *); | 235 | void rpc_wake_up(struct rpc_wait_queue *); |
