commit | 4ce70ada1ff1d0b80916ec9ec5764ce44a50a54f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 03 09:55:05 2006 +0100 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jan 06 14:58:40 2006 -0500 |
tree | 9bc9ffc691679a4423a6b8724a27607c9ad7ea2c | |
parent | 963d8fe53339128ee46a7701f2e36305f0ccff8c [diff] |
SUNRPC: Further cleanups Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index 581d8cd..ac1326f 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h
@@ -112,6 +112,7 @@ typedef void (*rpc_action)(struct rpc_task *); struct rpc_call_ops { + void (*rpc_call_prepare)(struct rpc_task *, void *); void (*rpc_call_done)(struct rpc_task *, void *); void (*rpc_release)(void *); };