commit | 58f9612c6ea858f532021a0ce42ec53cb0a493b3 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Jul 31 14:29:08 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Aug 04 08:54:07 2010 -0400 |
tree | 9466a16cd79c547fddcec5bd598d8097ae9a3859 | |
parent | d9b6cd94601e1d17273f93a326a135fbf487a918 [diff] |
SUNRPC: Move remaining RPC client related task initialisation into clnt.c Now that rpc_run_task() is the sole entry point for RPC calls, we can move the remaining rpc_client-related initialisation of struct rpc_task from sched.c into clnt.c. Also move rpc_killall_tasks() into the same file, since that too is relative to the rpc_clnt. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>