diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-01-03 03:55:05 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-01-06 14:58:40 -0500 |
commit | 4ce70ada1ff1d0b80916ec9ec5764ce44a50a54f (patch) | |
tree | 9bc9ffc691679a4423a6b8724a27607c9ad7ea2c /include/linux/sunrpc/sched.h | |
parent | 963d8fe53339128ee46a7701f2e36305f0ccff8c (diff) |
SUNRPC: Further cleanups
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/sched.h')
-rw-r--r-- | include/linux/sunrpc/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index 581d8cdc3b86..ac1326fc3e1a 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h | |||
@@ -112,6 +112,7 @@ struct rpc_task { | |||
112 | typedef void (*rpc_action)(struct rpc_task *); | 112 | typedef void (*rpc_action)(struct rpc_task *); |
113 | 113 | ||
114 | struct rpc_call_ops { | 114 | struct rpc_call_ops { |
115 | void (*rpc_call_prepare)(struct rpc_task *, void *); | ||
115 | void (*rpc_call_done)(struct rpc_task *, void *); | 116 | void (*rpc_call_done)(struct rpc_task *, void *); |
116 | void (*rpc_release)(void *); | 117 | void (*rpc_release)(void *); |
117 | }; | 118 | }; |