diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index 0cc83839c13c3621a70a4b9e8ded773217a2edf3..f9db5fe52d3674253b3b7d0d1ee2f4c57775588a 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c @@ -274,10 +274,9 @@ static inline void rpc_task_set_debuginfo(struct rpc_task *task) static void rpc_set_active(struct rpc_task *task) { - trace_rpc_task_begin(task->tk_client, task, NULL); - rpc_task_set_debuginfo(task); set_bit(RPC_TASK_ACTIVE, &task->tk_runstate); + trace_rpc_task_begin(task->tk_client, task, NULL); } /*