summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTrond Myklebust2006-01-03 09:55:05 +0100
committerTrond Myklebust2006-01-06 20:58:40 +0100
commit4ce70ada1ff1d0b80916ec9ec5764ce44a50a54f (patch)
tree9bc9ffc691679a4423a6b8724a27607c9ad7ea2c /include
parentRPC: Clean up RPC task structure (diff)
downloadkernel-qcow2-linux-4ce70ada1ff1d0b80916ec9ec5764ce44a50a54f.tar.gz
kernel-qcow2-linux-4ce70ada1ff1d0b80916ec9ec5764ce44a50a54f.tar.xz
kernel-qcow2-linux-4ce70ada1ff1d0b80916ec9ec5764ce44a50a54f.zip
SUNRPC: Further cleanups
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sunrpc/sched.h1
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 {
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 *);
};