diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2009-06-18 04:59:58 +0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2009-06-18 04:59:58 +0400 |
| commit | 301933a0acfdec837fd8b4884093b3f0fff01d8a (patch) | |
| tree | 1f2412a30d710493179b1b3743cf30302872df15 /net/sunrpc/sched.c | |
| parent | 3fe0344faf7fdcb158bd5c1a9aec960a8d70c8e8 (diff) | |
| parent | 68f3f90133d56e0c38f04f991e662c2b21592b31 (diff) | |
| download | linux-301933a0acfdec837fd8b4884093b3f0fff01d8a.tar.xz | |
Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31
Diffstat (limited to 'net/sunrpc/sched.c')
| -rw-r--r-- | net/sunrpc/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index ff50a0546865..1102ce1251f7 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c @@ -569,7 +569,7 @@ EXPORT_SYMBOL_GPL(rpc_delay); /* * Helper to call task->tk_ops->rpc_call_prepare */ -static void rpc_prepare_task(struct rpc_task *task) +void rpc_prepare_task(struct rpc_task *task) { task->tk_ops->rpc_call_prepare(task, task->tk_calldata); } |
