Merge tag 'gpio-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
[deliverable/linux.git] / net / sunrpc / sched.c
index 73ad57a59989cb9234d06c1d399e02408e50c7d3..fcfd48d263f64f1f52ef317a9a8974a8a457196e 100644 (file)
@@ -909,6 +909,8 @@ static void rpc_init_task(struct rpc_task *task, const struct rpc_task_setup *ta
        /* Initialize workqueue for async tasks */
        task->tk_workqueue = task_setup_data->workqueue;
 
+       task->tk_xprt = xprt_get(task_setup_data->rpc_xprt);
+
        if (task->tk_ops->rpc_call_prepare != NULL)
                task->tk_action = rpc_prepare_task;
 
This page took 0.042417 seconds and 5 git commands to generate.