summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/sched.h
diff options
context:
space:
mode:
authorTrond Myklebust2006-10-18 22:01:05 +0200
committerTrond Myklebust2006-12-06 16:46:29 +0100
commitbbd5a1f9fc9fad0f8725812d91c51b052e847de8 (patch)
tree252650d49dd498a67c404b7c4c1abeb2dc341624 /include/linux/sunrpc/sched.h
parentSUNRPC: Give cloned RPC clients their own rpc_pipefs directory (diff)
downloadkernel-qcow2-linux-bbd5a1f9fc9fad0f8725812d91c51b052e847de8.tar.gz
kernel-qcow2-linux-bbd5a1f9fc9fad0f8725812d91c51b052e847de8.tar.xz
kernel-qcow2-linux-bbd5a1f9fc9fad0f8725812d91c51b052e847de8.zip
SUNRPC: Fix up missing BKL in asynchronous RPC callback functions
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/sched.h')
-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 14fc813ddd0c..b6b6ad6253b4 100644
--- a/include/linux/sunrpc/sched.h
+++ b/include/linux/sunrpc/sched.h
@@ -252,6 +252,7 @@ void rpc_init_task(struct rpc_task *task, struct rpc_clnt *clnt,
void rpc_put_task(struct rpc_task *);
void rpc_release_task(struct rpc_task *);
void rpc_exit_task(struct rpc_task *);
+void rpc_release_calldata(const struct rpc_call_ops *, void *);
void rpc_killall_tasks(struct rpc_clnt *);
int rpc_execute(struct rpc_task *);
void rpc_init_priority_wait_queue(struct rpc_wait_queue *, const char *);